{{--synced with server--}} @extends('admin.template.master') @section('stylesheets') @endsection @section('title') Customer Home Customer @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Status Active Inactive {!! Form::hidden('status', 1, ['id' => 'status']) !!} Search {!! Form::text('search_inp', null, ['id' => 'search_inp' , 'class' => 'form-control']) !!} Search Customer Type All Regular Agent # Name Email Phone Group Agent Status Created At Edited At Created By Updated By Action @endsection @section('javascripts') @endsection