@extends('layouts.admin') @section('title', 'Create Role ยท Aromaniacs ERP') @section('overline', 'Access Control') @section('heading', 'Create Role') @section('content')
@csrf @include('admin.roles._form')
@endsection