@extends('layouts.master') @section('title', 'Add New Account | ') @section('content') @include('partials.header') @include('partials.sidebar') Add New Account Accounts Create Chart Of Accounts @csrf Main Account -- Select Main Account -- @foreach ($mainAccounts as $main) {{ $main->Main_Title }} @endforeach Master Account -- Select Master Account -- Control Account -- Select Control Account -- Account Title Opening Balance 💾 Save ← Back 🔍 Existing Accounts for Selected Control Account ID Account Title {{-- Scripts --}} @endsection