@extends('layouts.admin') @section('title', 'Product | Mintavia Admin') @push('css') @endpush @section('content')
@if (isset($message) && $message) @endif

JOURNAL ENTRY

@csrf {{-- First Row --}}
{{-- Second Row --}}
{{-- Sirf ek baar yeh option hona chahiye --}} @foreach ($accounts as $account) @endforeach
{{-- Table --}}
Dr/Cr Account Name Dr Amt Cr Amt Remark
- - - - -
{{-- Save Button --}}
@endsection @section('js') @endsection