@extends('layouts.app') @section('title','Edita o Grupo - '.$grupo->grupo ) @section('content')

Editar o Grupo da agenda- {{$grupo->grupo}}

@if($message = Session::get('success'))
{{$message}}
@endif @if(count($errors)>0)
@endif
@csrf
@can('delete_grupo')
@csrf
@endcan @endsection @section('post-script') @endsection