@include('admin.header')
@if(\Session::has('error')) @endif @if(\Session::has('success')) @endif

Imported List Import Values

@foreach($list as $l) @endforeach
S.no Date Center Action
{{$loop->index+1}} {{$l->from_date .' to '.$l->to_date}} {{$l->Centerid}}
@csrf
View
@include('admin.footer')