@extends('admin.layouts.master') @section('admin-permissions', 'active') @section('title') Admin permissions Update @endsection @push('style') @endpush @section('content')

{{ __('Admin permissions update') }}

{{ __('Admin permissions update') }} Back
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('group_name')) {{ $errors->first('group_name') }} @endif
@endsection @push('script') @endpush