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

Group list


{{----}} @if(count($groups) > 0) @foreach($groups as $group) {{----}} @endforeach @endif
Group NameCreated at
{{$group['grp_name']}}{{date('Y-m-d',strtotime($group['created_at']))}} @if($edit_group_access) @endif @if($delete_group_access) @endif
{{$groups->links()}}
@include('layouts.modals') @endsection @section('script') @endsection