{{ __('Admin') }}

@if ($errors->any())
@endif @if(isset($message))
@endif
@csrf
{{ Form::label( 'cst', trans('Search Customer'),['class' => 'caption']) }} {{ Form::text('cst', null, ['class' => 'form-control round', 'placeholder' =>trans('enter_customer'), 'id'=>'customer','autocomplete'=>'off']) }}