@extends('layouts.master') @section('title', 'Add Receipt | ') @push('css') @endpush @section('content') @include('partials.header') @include('partials.sidebar') Receipt Voucher @csrf Remarks Date Account Cash/Bank A/c. Entry Narration Amount Add Row Select Account @foreach($accounts as $account) {{ $account->Account_Title }} @endforeach Select Cash/Bank @foreach($cashAccounts as $account) {{ $account->Account_Title }} @endforeach @if(false) Select Site @foreach($sites as $site) {{ $site->name }} @endforeach @endif Save @push('js') @endpush @endsection