@extends('layouts.back-end.app') @section('title','Edit Role') @push('css_or_js') @endpush @section('content')

{{trans('messages.custom_role')}}

@csrf

@endsection @push('script') @endpush