@extends('admin.layout.app') @section('title','Edit Gate Pass') @push('headerscript') @endpush @section('content')

Edit Gate Pass

{!! Form::open(['route'=>array('gate-pass.update', $gate_pass->id), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'put','files'=>true]) !!}

Vehicle & Customer Detail

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id", $gate_pass->branch_id), ['class'=>'form-control select2', 'required', 'id'=>'branch_id'] ) !!}
{{$errors->first('branch_id')}}
{{$errors->first('job_card_no')}}
{{$errors->first('job_card_date')}}
{{$errors->first('customer_name')}}
{{$errors->first('contact_number')}}
{{$errors->first('plate_number')}}
{{$errors->first('emirates')}}
{{$errors->first('vehicle_brand')}}
{{$errors->first('vehicle_model')}}
{{--
--}} {{-- --}} {{-- --}} {{--
{{$errors->first('color')}}
--}} {{--
--}}
{{$errors->first('vehicle_vin_number')}}
{{$errors->first('customer_email')}}
{{$errors->first('created_by')}}

Delivery & Tech Details

{{$errors->first('gatepass_no')}}
{{$errors->first('delivery_date')}}
{{$errors->first('delivery_time')}}
{{$errors->first('receiver_name')}}
{{$errors->first('receiver_mobile_no')}}
{{$errors->first('remark')}}
Create Customer Signature
Advisor Signature
{!! Form::close() !!}
@include('admin.advisor.models.sendMail') @include('admin.advisor.models.whatsapp') @endsection @push('footerscript') @endpush