@extends('layouts.admin') @section('title', 'Edit Role') @section('content')

Edit Role

@method('put') @include('admin.roles.form')
@endsection