Detail Account Table
Account ID | Account Title | Control Account | |
---|---|---|---|
{{ $account->Account_ID }} | {{ $account->Account_Title }} | {{ $account->Control_Title }} | Show |
@extends('layouts.master') @section('titel', 'Detail Account | ') @section('content') @include('partials.header') @include('partials.sidebar')
Loading data, please wait...