@extends('layout') @section('title', 'Subscription | Show Subscription') @section('css') @endsection @section('content')
{{--
--}} @csrf
Data Subscription
{{@$subs->hotel->hotel_name}}
{{@$subs->service->service_name}} ({{config('custom.length_subscriptions')[@$subs->service->months]}})
{{@$subs->order_number}}
{{$subs->start_date ? dateFormat(@$subs->start_date, 'd-m-Y') : ''}}
{{$subs->expired_date ? dateFormat(@$subs->expired_date, 'd-m-Y') : ''}}
{{config('custom.sub_status')[@$subs->status]}}
{{--
--}}
@endsection @section('js') @endsection