@extends('dashboard.master') @section('title', 'Fund Expense Details') @section('content')
Fund Expense Details
Header @if (!empty($data->receipt_no)) @endif @if (!empty($data->invoice_no)) @endif @if (!empty($data->date)) @endif @if (!empty($data->funds->name)) @endif @if (!empty($data->name)) @endif @if (!empty($data->amount)) @endif @if (!empty($data->extypes->name)) @endif @if (!empty($data->purpose)) @endif @if (!empty($data->cash_memo)) @endif @if (!empty($data->note)) @endif
@push('js') @endpush @endsection