@extends('admin.layouts.master') @section('title', 'C&F') @section('content')
@include('admin.includes.msg')
@foreach($admin as $key=>$val) @endforeach @if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $key=>$val) @endforeach @endif
Sl.No Image Name Email Phone Locality Visible Action
{{$key+1}} No Image {{ $val->name}} {{ $val->email}} {{ $val->phone}} {{ $val->locality}}
status==1) checked @endif>
{{ method_field('delete') }} {{----}} {{ csrf_field() }}
{{$key+1}} No Image {{ $val->name}} {{ $val->email}} {{ $val->phone}} {{ $val->locality}}
status==1) checked @endif>
{{ method_field('delete') }} {{----}} {{ csrf_field() }}
@endsection