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

Add Asset Hire

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

{{-- end header --}}
@csrf


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


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










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