@extends('admin.include.main') @section('content')
Give Name for the Permission
@csrf
All permission Name For Specific Module
@foreach($permission as $per) @endforeach
S.No Module Create View Update Delete Publish Status Action
{{$loop->index+1}} {{$per->module}} {{$per->create}} {{$per->view}} {{$per->update}} {{$per->delete}} {{$per->publish}} @if ($per->status) @else @endif
@endsection