@extends('admin.master') @section('title',@trans('Show Course')) @section('content')
| # | @trans('City') | @trans('Year') | @trans('Week') | @trans('Currency') | @trans('Price') | @trans('Repeat') | |
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1}} | {{ $item->city->trans->where('locale', $current_lang)->first()->title }} | {{ $item->year->year }} | {{ $weekStart }} - {{ $weekEnd}} | {{ $item->currency->trans->where('locale', $current_lang)->first()->title}} | {{ @$item->price }} | {{ $item->repeat}} | |
| @trans('No prices found') | |||||||
| # | @trans('Extra Fees') | @trans('Price') | @trans('Currency') | |||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1}} | {{ $item->courseExtra->trans->where('locale', $current_lang)->first()->title }} | {{ $item->price}} | {{ $item->currency->trans->where('locale', $current_lang)->first()->title }} | |||
| @trans('No prices found') | ||||||
@trans('No goals available')
@endforelse@trans('No target available')
@endforelse| # | @trans('Title') | @trans('image') |
|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->trans->where('locale', $current_lang)->first()->title }} |
| # | @trans('Title in English') | @trans('Title in Arabic') | ||||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $item->trans->where('locale', 'en')->first()->title }} | {{ $item->trans->where('locale', 'ar')->first()->title }} | ||||
| @trans('No Course topics found') | ||||||
| # | @trans('Title in English') | @trans('Title in Arabic') | ||||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1}} | {{ $item->trans->where('locale', 'en')->first()->title }} | {{ $item->trans->where('locale', 'ar')->first()->title }} | ||||
| @trans('No content found') | ||||||
| # | @trans('Name') | @trans('Email') | @trans('Phone') |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ @$item->user->first_name }} | {{ @$item->user->email}} | {{ @$item->user->phone }} |
| @trans('No users found') | |||
| # | @trans('payment type') | @trans('user') | @trans('Price') | @trans('payment status') |
|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ @$item->payment_type}} | {{ @$item->user->first_name}} {{ @$item->user->last_name}} | {{ @$item->price}} | {{ @$item->payment_status }} |
| @trans('No payment fee course') | ||||