@extends('layouts.nav') @section('title') Journals @endsection @section('content')

Account Journals

Add Journal
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

@foreach ($cashbooks as $cashbook) @endforeach
Journal Code Journal Name Action
Journal Code Journal Name Action
{{ $cashbook->AccCode }} {{ $cashbook->Name }}
@endsection