@extends('layouts.staff-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Groups
@if(count($groups)) @foreach($groups as $group) @endforeach @else @endif
Name Group Reference Date Created
{{$loop->index+1}}
{{$group->name}}
{{$group->reference}} {{$group->created_at}} View
{{$groups->links()}}
There are no groups here
@endsection @section('page-js') @if(count($groups)) @endif @endsection