@extends('layout.app') @section('content')

Edit Expense

{{-- 'model'=> $model --}}
@method('put') @csrf
@if ($model->attach_document != null) {{-- --}} @else @endif
@endsection @push('script-bottom') @endpush