@include('includes/header') @include('includes/sidebar')

Clients

@if (\Session::has('success')) @endif @if (\Session::has('error')) @endif
@php $i = 0; @endphp @foreach($data as $val) @php $i++; @endphp @endforeach
S.No Name Address Phone Number Contact Person Email City Status Action
{{ $i }} {{ $val['Name'] }} {{ $val['Address'] }} {{ $val['PhoneNumber'] }} {{ $val['ContactPerson'] }} {{ $val['Email'] }} {{ $val['City'] }} @if( $val['Status'] )
InActive
@else
Active
@endif
{{$data->render('custom_pagination')}}
@include('includes/footer')