@extends('layouts.default') @section('content')

Create New Group

@csrf
@error('name')
{{ $errors->first('name') }}
@enderror
@endsection