@extends('layouts.index') @section('title') Ref. Program Client @endsection @section('css') @endsection @section('content')
| # | Name | Logo | Address | Status | Option | |
|---|---|---|---|---|---|---|
| {{ $increment++ }} | {{ $data->name }} | {{ $data->email }} | {{ $data->address }} | @if($data->status == 'Y') Active @else Inactive @endif |