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

Edit Expense

@if (Auth::user()->can('expense-create')) @endif @if (Auth::user()->can('expense-list')) @endif

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

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

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

{{-- --}}



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

{{-- exiting featured photo --}} preview {{-- validation --}} @if ($errors->has('expense_image')) @endif

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