@extends('tenant.layouts.master')
@section('title', 'Add Role')
@section('page-title', 'Add Role')
@section('breadcrumbs')
Roles
New
@endsection
@section('content')
@include('tenant.roles._form', ['action' => route('tenant.roles.store', $tenant), 'method' => 'POST'])
@endsection