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

@php $row_count=$datashow->firstItem(); @endphp @foreach ($datashow as $ds) @php $role_name=$ds->role_name; $role_des=$ds->description; @endphp @endforeach
Id Role Name Description Status
{{$row_count++}} {{$ds->role_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 --}} {{-- Role View Modal Start --}} {{-- Role View Modal End --}}
@endsection @section('script') @endsection