@extends('layouts/admin') @section('title', 'ROLES') @section('content') @livewire('admin.role.create') @endsection