@extends('layouts.app') {{--Important Variables--}} @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{ $createItemName }} Edit {{ $moduleName }} Information

{{ csrf_field() }}
add_circle_outline
@if ( !empty($item[1]->income_expense_head_id) ) @else @endif @if ( !empty($item[1]->amount) ) @else @endif
add_circle_outline remove_circle_outline
@if ( !empty($item[2]->income_expense_head_id) ) @else @endif @if ( !empty($item[2]->amount) ) @else @endif
add_circle_outline remove_circle_outline
@if ( !empty($item[3]->income_expense_head_id) ) @else @endif @if ( !empty($item[3]->amount) ) @else @endif
add_circle_outline remove_circle_outline
@if ( !empty($item[4]->income_expense_head_id) ) @else @endif @if ( !empty($item[4]->amount) ) @else @endif
remove_circle_outline
voucher_date)) }}" name="voucher_date" type="text" class="form-control" placeholder="Please choose a date...">
@stop @push('include-css') @endpush @push('include-js') @endpush