@extends('template.app') @section('title', 'Update - Role') @push('css') @endpush @section('content')
Update ROLE
@csrf @method('PATCH') {{-- Role --}}
BACK
@endsection @push('js') @endpush