@extends('layouts.master') @section('title', 'Edit Group') @section('content')
Edit Group
@csrf @method('PUT')
Back
@endsection