@extends('layouts.master') @section('title','Group') @section('page-header') Groups @stop @section('css') @stop @section('content')
| SL | Group Name | Phone | Address | Logo | Action | |
|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $group->name }} | {{ $group->phone }} | {{ $group->email }} | {{ $group->address }} |
@if ($group->logo == "default.png")
|