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

Add Group

Back

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@endsection @section('append') @endsection