@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('app.roles_list') }}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.role_name') }} {{ __('app.status') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection