@extends('layouts.master') @section('title', 'Data Ijin Tinggal') {{-- @section('content-header', 'Template') --}} @section('style-plugins') @endsection @section('style-custom') @endsection @section('content')

Data Ijin Tinggal

@csrf @method('patch')
@if ($dataIntal->menerima_pesan == '1') Menerima Notifikasi @else Tidak Menerima Notifikasi @endif

Tahapan Layanan

@foreach ($dataIntal->tahapan()->orderBy('seq','asc')->get() as $tahapan) @endforeach
Seq Nama Tahapan Status Notifikasi
{{ $tahapan->seq }} {{ $tahapan->nama_tahapan }} {!! ($tahapan->seq==$dataIntal->next_seq?'':($tahapan->seq<$dataIntal->next_seq?'':'')) !!} @switch($tahapan->pesan) @case('tidak') {{ ucfirst($tahapan->pesan) }} @break @case('belum') {{ ucfirst($tahapan->pesan) }} @break @default {{ ucfirst($tahapan->pesan) }} @break @endswitch {{-- {{ ucfirst($tahapan->pesan) }} --}}
@endsection @section('script-plugins') @endsection @section('script-custom') @endsection