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

ADVANCE REGISTRATION LIST

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