@extends('layouts.home_layout') @section('title','Permission') @section('style') @endsection @section('content')
{{--
--}}
@include('common.alert_msg') {{-- @extends('common.alert_msg') --}}

@php $row_count=1; // $row_count=$datashow->firstItem(); @endphp @foreach ($datashow as $ds) @php $route_name=$ds->route_name; @endphp @endforeach
Id Permission Name Description Status
{{$row_count++}} {{$ds->permission_name}} {{$ds->description}} {{$ds->row_sts}}
id) }}"> @method('DELETE') @csrf
{{--
Displaying {{$datashow->firstItem()}} to {{sizeof($datashow)}} of {{$datashow->total()}} {{ $datashow->render() }}
--}}
{{--
--}} {{-- Modal Start --}} {{-- Modal End --}} {{-- permit set Modal Start --}} {{-- permit set Modal End --}} {{-- Permit View Modal Start --}} {{-- Role View Modal End --}}
@endsection @section('script') @endsection