@extends('layouts.admin') @section('title', 'Add Role') @section('content')
@csrf @include('admin.roles._form', ['role' => null])
@endsection