@extends('tenant.layouts.master')
@section('title', 'Edit Role')
@section('page-title', 'Edit Role')
@section('breadcrumbs')
Roles
Edit
@endsection
@section('content')
@include('tenant.roles._form', ['action' => route('tenant.roles.update', [$tenant, $role]), 'method' => 'PUT'])
@endsection