@extends('adminlte::page') @section('title', 'Edit Role') @section('content_header')

Edit Role

@stop @section('content')
@csrf @method('PUT')
@stop