@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header') Randevular Ad Soyad Telefon Konu Tarihi {{ trans('admin.actions') }} @if (count($appointments) > 0 ) @foreach($appointments as $appointment) {{$appointment->adsoyad}} {{ $appointment->telefon}} {{ $appointment->getSubject->name }} {{ \Carbon\Carbon::parse($appointment->randevu_tarihi)->format('d-m-Y')}} Sil @if($appointment->status) Okunmuş[Yeni Randevulara Ata] @else Yeni Randevu [Okunmuşlara Ata] @endif @endforeach @endif @endsection @section('css') @endsection @section('js') @endsection