{{-- resources/views/generaljournals/edit.blade.php --}} @extends('admin.admin_dashboard') @section('admin') {{-- Select2 & jQuery --}}
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf @method('PUT') {{-- Date / Reference --}}

{{-- Journal Lines --}}
Journal Lines
@php $initial = $journal->lines->count(); @endphp @foreach($journal->lines as $i => $line) @endforeach
Account Debit Credit Description
debit) }}" > credit) }}" > memo) }}" >
@endsection