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

Add New Group

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