@extends('layouts.index') @section('title') Ref. Program Client @endsection @section('css') @endsection @section('content')

List of Ref. Program Client

List of Ref. Program Client

@php $increment = 1; @endphp @foreach($ref_program_client as $data) @endforeach
# Name Logo Email Address Status Option
{{ $increment++ }} {{ $data->name }} {{ $data->email }} {{ $data->address }} @if($data->status == 'Y') Active @else Inactive @endif
Add Ref. Program Client

@csrf
Edit Ref. Program Client

@csrf @method('PUT')
@endsection @section('js') @endsection