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

Edit Group

Back

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