@extends('layouts.app') @section('title', 'Partner') @section('breadcrumb') @endsection @section('title-section', 'Partner') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
Tambah Partner @foreach ($data as $key => $row) @endforeach
# Gambar Status Action
{{ $key + 1 }} @if ($row['status'] == 'TAMPIL') Tampil @else Tidak Tampil @endif
@method('DELETE') @csrf Edit
@endsection