@extends('backend.layouts_backend.master2') @section('title') Edit Asset Hire @endsection @section('content') {{-- header --}}

Edit Asset Hire

@if (Auth::user()->can('studio-asset-hire-list')) @endif @if (Auth::user()->can('studio-asset-hire-create')) @endif

{{-- end header --}}
@csrf @method('PATCH')


{{-- validation --}} @if ($errors->has('hirer_id')) @endif


{{-- validation --}} @if ($errors->has('branch_id')) @endif









Clear


@endsection @section('extra_scripts') {{-- --}} {{-- handline select2 --}} @endsection