@extends('theme2.master') @section('title', "$zoom->meeting_title") @section('content') @include('admin.message') @section('meta_tags') @php $url = URL::current(); @endphp @endsection @php $gets = App\Breadcum::first(); @endphp @if($gets['img'] !== NULL && $gets['img'] !== '') @else @endif {{__('Zoom Meeting')}} {{__('Home')}} {{__('Zoom Meeting')}} {{ $zoom['meeting_title'] }} @if($zoom['image'] !== NULL && $zoom['image'] !== '') @else @endif {{ __('Created') }}: {{ $zoom->user['fname'] }} @if($zoom->type != '3') {{ __('Start At')}}: {{ date('d-m-Y | h:i:s A',strtotime($zoom['start_time'])) }} @endif {{ __('Agenda') }} {!! $zoom->agenda !!} {{-- {{ $zoom['meeting_title'] }} {{ __('Created') }}: {{ $zoom->user['fname'] }} @if($zoom->type != '3') {{ __('Start At')}}: {{ date('d-m-Y | h:i:s A',strtotime($zoom['start_time'])) }} @endif @if($zoom['image'] !== NULL && $zoom['image'] !== '') @else @endif @if(isset($zoom) && $zoom->paid_meeting_price) {{ __('Price') }}:{{ currency($zoom->paid_meeting_price, $from = $currency->code, $to = Session::has('changed_currency') ? Session::get('changed_currency') : $currency->code, $format = true) }} {{ __('Checkout') }} @else {{ __('Join Meeting')}} @endif --}} {{-- {{ __('Agenda') }} {!! $zoom->agenda !!} --}} @endsection @section('custom-script') @endsection
{{ __('Price') }}:{{ currency($zoom->paid_meeting_price, $from = $currency->code, $to = Session::has('changed_currency') ? Session::get('changed_currency') : $currency->code, $format = true) }}