@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header')

Randevular

@if (count($appointments) > 0 ) @foreach($appointments as $appointment) @endforeach @endif
Ad Soyad Telefon Konu Tarihi {{ trans('admin.actions') }}
{{$appointment->adsoyad}} {{ $appointment->telefon}} {{ $appointment->getSubject->name }} {{ \Carbon\Carbon::parse($appointment->randevu_tarihi)->format('d-m-Y')}} @if($appointment->status) @else @endif
@endsection @section('css') @endsection @section('js') @endsection