@extends('layouts.master') @section('content') New Journal @include('layouts.message') {{ csrf_field() }} Debit Head -Select Account Head- @if($account_types) @foreach($account_types as $type) @if($type->acc_head) @foreach($type->acc_head as $head) {{ $head->name }} @if($head->children) @foreach($head->children as $child) {{ $child->name }} @endforeach @endif @endforeach @endif @endforeach @endif Amount Description Save Cancel Credit Head -Select Credit Head- @if($account_types) @foreach($account_types as $type) @if($type->acc_head) @foreach($type->acc_head as $head) {{ $head->name }} @if($head->children) @foreach($head->children as $child) {{ $child->name }} @endforeach @endif @endforeach @endif @endforeach @endif Date Upload document @stop @section('script') @stop