@extends('layouts.app') @section('title') {{$webinar->{'name_'.$lang} }} @endsection @section('content')
{{$webinar->alt_img}}

{!! $webinar->{'text_'.$lang} !!}

{{--

{!! $webinar->{'text_'.$lang} !!}

--}}

{{ trans('home.subscribe_webinar') }}

@csrf
@error('full_name') @enderror
@error('email') @enderror
@error('phone') @enderror
@error('qualification') @enderror
@error('job') @enderror

{{ trans('home.price') }} : {{ $webinar->price == 0 ? __('home.free') : $webinar->price . ' ' . __('home.SAR') }}

{{--
@lang('home.categories')

{!! $lang=="en"?$webinar->text_en_2:$webinar->text_ar_2 !!}

--}}
@endsection @section('script') @endsection