@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')

Role Update

Roles
Role Update
{!! method_field('PUT') !!} @csrf
@if($errors->has('name')) @endif
@if($errors->has('permission_id')) @endif
@can('role update') @endcan
@endsection @section('page-js') @endsection