@extends('layouts.backend') @section('style') @endsection @section('content')
@include('backend.includes.cards.table-header', ['title' => trans('title.assign-roles-for-each-route')])
@csrf {{-- START ROLES --}}
{{-- END ROLES --}}
{{-- END FORM BUTTONS --}} @include('backend.includes.buttons.form-buttons') {{-- END FORM BUTTONS --}}
@endsection @section('script') @endsection