@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Complain List') @section('badge') @endsection
{{--
--}}
@csrf
@forelse ($data as $key=>$row) @endforeach
# No Date Doctor Patient Complain Action
{{$key+1}} {{date('m-d-Y',strtotime($row->created_at))}} {{$row->doctor_name}} {{$row->patient_name}} {{ Illuminate\Support\Str::limit($row->complain, 30) }}
@endsection @push('scripts') @endpush