{{--synced with server--}} @extends('admin.template.master') @section('stylesheets') @endsection @section('title')

Customer

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

{!! Form::hidden('status', 1, ['id' => 'status']) !!}
{!! Form::text('search_inp', null, ['id' => 'search_inp' , 'class' => 'form-control']) !!}
# Name Email Phone Group Agent Status Created At Edited At Created By Updated By Action
@endsection @section('javascripts') @endsection