@include('layouts.includes.template_setting')
@include($view_path.'.includes.buttons') @include('includes.flash_messages') @include('includes.validation_error_messages')

 {{ $panel }} List

@if($data['route-info'] && $data['route-info']->count()>0) @php($i=1) @foreach($data['route-info'] as $value) @php($i++) @endforeach @endif
S.N. HTTP Method Route Name Corresponding Action
{{$i}} {{$value->methods()[0]}} {{$value->uri()}} {{$value->getName()}} {{$value->getActionName()}}
{{--{!! Form::close() !!}--}}