@extends('layout') @section('title', 'Subscription') @section('css') @endsection @section('content')
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @if(!$subs->isEmpty()) @php ($i = 1) @foreach($subs as $sub) {{-- --}} {{-- --}} {{-- --}} @php ($i++) @endforeach @endif
No Property NameService NameOrder NumberStart DateExpired DateStatus Actions
{{$i}}
{{@$sub->hotel->hotel_name}}
{{@$sub->service->service_name}}
{{@$sub->order_number}}
{{@$sub->start_date ? dateFormat(@$sub->start_date, 'd-m-Y') : '' }}
{{@$sub->expired_date ? dateFormat(@$sub->expired_date, 'd-m-Y') : '' }}
{{ config('custom.sub_status')[$sub->status] }}
{{-- --}}
@endsection @section('js') @endsection