@extends('admin.layout') @section('custom-style') @endsection @section('content')

User

All cases of this user @if(isset($cases)) @foreach($cases as $case) @endforeach @endif
S.No. Name Email Phone Amount Date Status Action
{{$loop->iteration}} {{$case->name}} {{$case->email}} {{$case->phone}} {{$case->amount}} {{\Carbon\Carbon::parse($case->date)->format('d M, Y')}} @if($case->status == 'Pending') @endif @if($case->status == 'Active') @endif @if($case->status == 'Closed') @endif
@endsection @section('scripts') @endsection