@extends('layouts.app') @section('title', 'Partner Link') @section('breadcrumb')
@endsection @section('title-section', 'Partner Link') @section('content')| # | Nama Partner | Link | Status | Action |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $row->name }} | {{ $row->link }} | @if ($row['status'] == 'TAMPIL') Tampil @else Tidak Tampil @endif |