@extends('Root.layout.master') @section('title', 'Accounting') @section('page_name', 'Accounting') @push('styles') @endpush @section('content')
{{-- Success Alert --}} @if(session('success')) @endif
New Transaction Entry
@csrf
{{-- Company Selection (Select2) --}}
{{-- Payment Method --}}
{{-- Reference Field --}}
{{-- Amount Field --}}
$
{{-- Status Field --}}

@endsection @push('scripts') @endpush