@extends('adminlayout.admin') @section('content')
Add Sidebar


Permission List

@php $i=1; @endphp @foreach($permission as $data) @endforeach
S.no Name Created Action
{{$i++}} {{date_format($data->created_at,"d M, Y")}}
@endsection