@extends('layouts.master') @section('title', 'Edit Jurnal Umum') @section('content')

Edit {{__('General Journal')}} Shopee Input

@csrf
{{__('General Journal')}} Shopee Information


{{-- --}}
{{__('General Journal')}} Shopee Details
@foreach($generalJournal->details as $detail) @endforeach
Akun Debit Credit {{__('Notes')}} Action
Total: 0
Total: 0
@csrf @method('POST')
@if (session('success')) @endif @if (session('error')) @endif
@section('scripts') @endsection @endsection