@extends('layouts.base') @section('title') Edit Role @endsection @section('content')

@yield('title')

@csrf @method('PUT') @include('role.partials.form')
@endsection