@extends('layouts/gnr_layout') @section('title', '| New Group') @section('content')
Add Group GROUP
{{ csrf_field() }} @foreach($groups as $group) @endforeach
SL# Name Email Phone Address Website Action
{{$no++}} {{$group->name}} {{$group->email}} {{$group->phone}} {{$group->address}} {{$group->website}}