@extends('layouts.master') @section('title') @lang('translation.Role') @endsection @section('css') @endsection @section('content')

@lang('translation.User_Role_List')

@lang('translation.Add')
@foreach ($data as $key => $d) @endforeach
No @lang('translation.User_Role') @lang('translation.Status') @lang('translation.Action')
{{ (int) $key + 1 }} {{ $d->role_name }} {{ $d->status == 'active' ? 'Active' : 'Inactive' }} @if (!in_array($d->id, [1, 2, 3, 4, 5, 6, 7, 8])) @endif {{--
@csrf @method('DELETE')
--}}
@section('scripts') @endsection @endsection