@extends('dashboard.layout.layout') @section('content') {!! Form::open(['route' => 'dashboard.home','method' => 'GET' ,"class"=>"filter"]) !!} {!! Form::text('phone', isset(request()->phone) ? request()->phone : null, ['class' => 'form-control','placeholder'=>'الهاتف' ]) !!} {!! Form::select('city_id', getcities() ,null ,['class' => 'select2 form-control', 'placeholder' => 'المدينه']) !!} {!! Form::select('car_package_id', get_car_packages() ,null ,['class' => 'select2 form-control', 'placeholder' => 'باقه السياره']) !!} {{ trans('dashboard.general.search') }} {!! Form::close() !!} @if ($driver_count) ارسال رساله @endif {!! trans('dashboard.general.image') !!} {!! trans('dashboard.general.name') !!} {!! trans('dashboard.general.phone') !!} المدينه عدد الطلبات المنتهيه @include('dashboard.layout.delete_modal') @include('dashboard.layout.notify_modal') @include('dashboard.driver.ajax.sms') @endsection @include('dashboard.driver.styles') @include('dashboard.driver.scripts')