@extends('adminlte::page') @section('title', $title) @section('content_header')

{{@$title}}

@stop @section('content') @include('admin.includes.notification')
@if(@$sm!='') @endif @if(@$rbm!='') @endif @if(@$abm!='') @endif
@if(@$name!='') Clear @endif
@if(count(@$result)==0) @else @foreach(@$result as $row) @endforeach @endif
Id Name Email Contact No City Action
No record found.
{{++$j}} {{$row->name}} {{$row->email}} {{$row->contact_no}} {{$row->city}}
{{ $result->links() }}
@stop