@extends('template.app') @section('meta') @endsection @section('title') Role Update @endsection @section('styles') @endsection @section('content')
@csrf @method('PATCH')
Select All Permissions:
@endsection @section('scripts') @endsection