@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

List {{ $title }}

@foreach($roles as $role) @endforeach
Name Date Action
{{ $role->name }} {{ $role->created_at }}
@csrf @method('DELETE')
{{-- Delete --}}
@endsection @section('script') @include('datatable') @endsection