@extends('layout.app') @section('content') Edit Income See List {{-- 'model'=> $model --}} @method('put') @csrf Name* Income Head* Select One @foreach ($incomeHead as $item) {{ $item->name }} @endforeach Invoice Number* Date* Amount* Upload Documents @if ($model->attach_document != null) {{-- --}} @else @endif Description* {{ $model->description }} Update @endsection @push('script-bottom') @endpush