@extends('setting.nav') @section('content')

Edit Group

@csrf @method('PUT')
@error('group_name')
{{ $message }}
@enderror
Back
@endsection