@extends('layouts/acc_layout') @section('title', '| Account Type') @section('content') @include('successMsg')

ACCOUNT TYPE

{{--

ACCOUNT TYPE

--}}
{{ csrf_field() }} @foreach($accountTypes as $accountType) @endforeach
SL# Name Parent Description Actions
{{++$no}} {{$accountType->name}}
Warning: Undefined variable $accountType in /home/shikkhaplus/public_html/resources/views/accounting/accountType/viewAccountType.blade.php on line 54

Warning: Attempt to read property "parentId" on null in /home/shikkhaplus/public_html/resources/views/accounting/accountType/viewAccountType.blade.php on line 54
Grand Parent
{{$accountType->description}}  
@include('dataTableScript') @endsection