@extends('layouts.app') @section('title', 'Data Customer') @section('breadcrumb')
@endsection @section('title-section', 'Data Customer') @section('content')| Nama Customer | Jenis Layanan | Nama Projek | Status | Progress | Action |
|---|---|---|---|---|---|
| {{ $row['nama_customer'] }} | {{ $row['layanan'] }} | {{ $row['nama_project'] }} | @if ($row['status'] == 'SELESAI') {{ $row['status'] }} @endif @if ($row['status'] == 'PENDING') {{ $row['status'] }} @endif @if ($row['status'] == 'PROSES') {{ $row['status'] }} @endif @if ($row['status'] == 'BATAL') {{ $row['status'] }} @endif |
@if ($row['status'] == 'BATAL')
|
Detail |