@extends('Modules.Costing.layouts.main') Edit Expense @section('main-content') @foreach($bank as $name) @endforeach @foreach($account as $acc) @endforeach @foreach($account_bank_id as $acc) @endforeach @if($expense->payment_method=="Cheque" || $expense->payment_method=="Online Payment") @foreach($expense_details as $details) @endforeach @endif

@if($errors->any())

{{$errors->first()}}

@endif
Other Expenses
@endsection