{{ __('Role') }}
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Roles Table
@foreach ($roledatas as $roledata)
{{-- DELETE-MODEL --}}
@endforeach
# | Title | Actions |
---|---|---|
{{ $roledata->id }} | {{ $roledata->title }} |
|
# | Title | Actions |