@extends('layouts/acc_layout') @section('title', '| Addvance Register Type') @section('content')

ADVANCE REGISTER TYPE LIST

@foreach ($accAdvRegisterType as $index => $accAdvRegisterType) @endforeach
SL# Type Code Type Name Action
{{$index+1}} {{$accAdvRegisterType->code}} {{$accAdvRegisterType->name}}  
{{-- Edit Modal--}}
{{-- Delete Modal--}}
{{--end delete modal--}} @include('dataTableScript') @endsection