@extends('layouts.app') @section('content')

Edit Role

@csrf @method('put') @include('role.form')
@endsection