@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('Delete a Group') }}

{{ __('Are you sure you want to delete the following group?') }}

{{ csrf_field() }} {{ method_field('DELETE') }}
{{ __('Name') }} {{ __('Profile') }} {{ __('Updated At') }}
{{ $group->groupname }} {{ $profile->trans('profilename') }} {{ $group->updated_at }}
@endsection @push('scripts') @endpush