@extends('layouts.admin') @section('title') Sửa Nhóm @endsection @section('content-admin')

Sửa Nhóm

@csrf @if($errors->any())
Vui lòng kiểm tra lại dữ liệu
@endif @if(session('msg'))
{{ session('msg') }}
@endif
@error('ten_chuc_vu') {{$message}} @enderror
Quay Lại
@endsection