@extends(config('template.client.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content')
{{__('main.Dashboard')}}
{{ __('main.Services') }}
{{ __('main.Total Services') }}
0
{{ __('main.Active') }}
0
{{ __('main.Suspended') }}
0
{{ __('main.Termination Request') }}
0
{{ __('main.Recurring Cost Breakdown') }}
{{ __('main.Recommended Add Funds') }}:
@foreach(['hourly', 'daily', 'weekly', 'monthly', 'yearly'] as $period)
{{ __('main.' . ucfirst($period)) }}
@endforeach
@endsection @section('js') @parent @endsection