@extends('layouts.master') @section('titel', 'Accounts | ') @section('content') @include('partials.header') @include('partials.sidebar')

Accounts' Table

Create New Account
@foreach($accounts as $account) @endforeach
Main Account Master Account Control Account Subsidiary Account Action
{{ $account->Main_Title }} {{ $account->Master_Title }} {{ $account->Control_Title }} {{ $account->Account_Title }}
@endsection