@extends('layouts.admin') @section('title', 'Add Role') @section('content')
Admin

Add Role

Back
@csrf @include('admin.roles._form')
@endsection