@include('Admin.Includes.header')
@if (session('success')) @endif @if ($errors->any()) @endif
Roles Table
@foreach ($roledatas as $roledata) {{-- DELETE-MODEL --}} @endforeach
# Title Actions
{{ $roledata->id }} {{ $roledata->title }}
# Title Actions