@extends('layouts.app') @section('content')
@include('common.error')
@method('PATCH') @csrf
{{-- @if (can('rolecontroller', 'update')) --}} {{-- @endif --}} Back
@endsection