@extends('layouts.app') @section('page-title', 'Create Role') @section('content') Back to Roles
@csrf @php($isEdit = false) @include('admin.roles.partials.form-fields') Cancel
@endsection