From b1970ec679b7a946b2af6cda657693e308acb0e3 Mon Sep 17 00:00:00 2001 From: merdan Date: Fri, 7 Feb 2020 19:25:00 +0500 Subject: [PATCH] localization turkmen on event --- app/Http/Controllers/EventController.php | 10 +- app/Http/routes.php | 11 - resources/lang/en/Category.php | 6 +- resources/lang/en/Event.php | 11 +- .../views/ManageEvent/Customize.blade.php | 386 +++++++++--------- .../Partials/EditEventForm.blade.php | 62 +-- 6 files changed, 249 insertions(+), 237 deletions(-) diff --git a/app/Http/Controllers/EventController.php b/app/Http/Controllers/EventController.php index ead4b936..f69dda53 100644 --- a/app/Http/Controllers/EventController.php +++ b/app/Http/Controllers/EventController.php @@ -52,7 +52,9 @@ class EventController extends MyBaseController } $event->title = $request->get('title'); + $event->title_tk = $request->get('title_tk'); $event->description = strip_tags($request->get('description')); + $event->description_tk = strip_tags($request->get('description_tk')); $event->start_date = $request->get('start_date'); $event->category_id = $request->get('category_id'); $event->sub_category_id = $request->get('sub_category_id'); @@ -180,7 +182,7 @@ class EventController extends MyBaseController $img = Image::make($file_full_path); - $img->resize(800, null, function ($constraint) { + $img->resize(406, null, function ($constraint) { $constraint->aspectRatio(); $constraint->upsize(); }); @@ -227,7 +229,9 @@ class EventController extends MyBaseController $event->is_live = $request->get('is_live'); // $event->currency_id = $request->get('currency_id'); $event->title = $request->get('title'); + $event->title_tk = $request->get('title_tk'); $event->description = strip_tags($request->get('description')); + $event->description_tk = strip_tags($request->get('description_tk')); $event->start_date = $request->get('start_date'); $event->category_id = $request->get('category_id'); $event->sub_category_id = $request->get('sub_category_id'); @@ -254,7 +258,7 @@ class EventController extends MyBaseController $img = Image::make($file_full_path); - $img->resize(800, null, function ($constraint) { + $img->resize(406, null, function ($constraint) { $constraint->aspectRatio(); $constraint->upsize(); }); @@ -296,7 +300,7 @@ class EventController extends MyBaseController $img = Image::make($the_file); - $img->resize(1000, null, function ($constraint) { + $img->resize(406, null, function ($constraint) { $constraint->aspectRatio(); $constraint->upsize(); }); diff --git a/app/Http/routes.php b/app/Http/routes.php index 618b2818..7a8cbf9e 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -7,17 +7,6 @@ Route::group( 'prefix' => LaravelLocalization::setLocale(), 'middleware' => [ 'localeSessionRedirect', 'localizationRedirect', 'localeViewPath' ] ], function() { - /* - * Include our API routes file - */ - Route::group(['prefix' => 'api'], function () { - - Route::get('category/{parent_id?}','API\PublicController@getCategories'); - Route::get('cat_events/{cat_id}','API\PublicController@showCategoryEvents'); - Route::get('sub_cat_events/{cat_id}','API\PublicController@showSubCategoryEvents'); - Route::get('event/{id}','API\PublicController@getEvent'); - - }); /* * ------------------------- diff --git a/resources/lang/en/Category.php b/resources/lang/en/Category.php index 1fea5699..e8a2e256 100644 --- a/resources/lang/en/Category.php +++ b/resources/lang/en/Category.php @@ -6,6 +6,6 @@ * Time: 11:09 PM */ return array ( - 'category_title' => 'title_ru', - 'event_category' => 'Event Category' -); \ No newline at end of file + 'event_category' => 'Category title', + 'event_sub_category'=> 'Sub category title' +); diff --git a/resources/lang/en/Event.php b/resources/lang/en/Event.php index b798c5af..daef583b 100644 --- a/resources/lang/en/Event.php +++ b/resources/lang/en/Event.php @@ -1,6 +1,6 @@ 'Delete?', 'enter_existing' => 'Select From Existing Venues', 'enter_manual' => 'Enter Address Manually', - 'event_description' => 'Event Description', + 'event_description' => 'Event Description ru', + 'event_description_tk' => 'Event Description tk', 'event_end_date' => 'Event End Date', 'event_flyer' => 'Event Flyer', 'event_image' => 'Event Image (Flyer or Graphic etc.)', 'event_orders' => 'Event Orders', 'event_start_date' => 'Event Start Date', - 'event_title' => 'Event Title', + 'event_title' => 'Event Title ru', + 'event_title_tk' => 'Event Title tk', + 'event_title_placeholder' => 'E.g: :name\'s Interational Conference', 'event_visibility' => 'Event Visibility', 'go_live' => 'Event Successfully Made Live! You can undo this action in event settings page.', @@ -44,4 +47,4 @@ return array ( 'venue_name_placeholder' => 'E.g: The Crab Shack', 'vis_hide' => 'Hide event from the public.', 'vis_public' => 'Make event visible to the public.', -); \ No newline at end of file +); diff --git a/resources/views/ManageEvent/Customize.blade.php b/resources/views/ManageEvent/Customize.blade.php index f08166f5..c6bb54c0 100644 --- a/resources/views/ManageEvent/Customize.blade.php +++ b/resources/views/ManageEvent/Customize.blade.php @@ -192,15 +192,15 @@
  • @lang("basic.order_form")
  • -
  • @lang("basic.social")
  • -
  • @lang("basic.affiliates")
  • +{{--
  • @lang("basic.social")
  • --}} +{{--
  • @lang("basic.affiliates")
  • --}}
  • @lang("basic.service_fees")
  • -
  • @lang("basic.ticket_design")
  • +{{--
  • @lang("basic.ticket_design")
  • --}} @@ -210,127 +210,127 @@ @include('ManageEvent.Partials.EditEventForm', ['event'=>$event, 'organisers'=>organisers()]) -
    +{{--
    --}} -

    @lang("Affiliates.affiliate_tracking")

    +{{--

    @lang("Affiliates.affiliate_tracking")

    --}} -
    - @lang("Affiliates.affiliate_tracking_text") +{{--
    --}} +{{-- @lang("Affiliates.affiliate_tracking_text")--}} -

    +{{--

    --}} - +{{-- --}} - -
    +{{-- --}} +{{--
    --}} - @if($event->affiliates->count()) -
    - - - - - - - - - - +{{-- @if($event->affiliates->count())--}} +{{--
    --}} +{{--
    @lang("Affiliates.affiliate_name")@lang("Affiliates.visits_generated")@lang("Affiliates.ticket_sales_generated")@lang("Affiliates.sales_volume_generated")@lang("Affiliates.last_referral")
    --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} - - @foreach($event->affiliates as $affiliate) - - - - - - - - @endforeach - -
    @lang("Affiliates.affiliate_name")@lang("Affiliates.visits_generated")@lang("Affiliates.ticket_sales_generated")@lang("Affiliates.sales_volume_generated")@lang("Affiliates.last_referral")
    {{ $affiliate->name }}{{ $affiliate->visits }}{{ $affiliate->tickets_sold }}{{ money($affiliate->sales_volume, $event->currency) }}{{ $affiliate->updated_at->format(env("DEFAULT_DATETIME_FORMAT")) }}
    -
    - @else -
    - @lang("Affiliates.no_affiliate_referrals_yet") -
    - @endif +{{-- --}} +{{-- @foreach($event->affiliates as $affiliate)--}} +{{-- --}} +{{-- {{ $affiliate->name }}--}} +{{-- {{ $affiliate->visits }}--}} +{{-- {{ $affiliate->tickets_sold }}--}} +{{-- {{ money($affiliate->sales_volume, $event->currency) }}--}} +{{-- {{ $affiliate->updated_at->format(env("DEFAULT_DATETIME_FORMAT")) }}--}} +{{-- --}} +{{-- @endforeach--}} +{{-- --}} +{{-- --}} +{{--
    --}} +{{-- @else--}} +{{--
    --}} +{{-- @lang("Affiliates.no_affiliate_referrals_yet")--}} +{{--
    --}} +{{-- @endif--}} -
    -
    -
    not translating*/ ?> -
    The following short codes are available for use:
    - Display the event's public URL: [event_url]
    - Display the organiser's name: [organiser_name]
    - Display the event title: [event_title]
    - Display the event description: [event_description]
    - Display the event start date & time: [event_start_date]
    - Display the event end date & time: [event_end_date] -
    +{{--
    --}} +{{--
    --}} +{{--
    not translating*/ ?>--}} +{{--
    The following short codes are available for use:
    --}} +{{-- Display the event's public URL: [event_url]
    --}} +{{-- Display the organiser's name: [organiser_name]
    --}} +{{-- Display the event title: [event_title]
    --}} +{{-- Display the event description: [event_description]
    --}} +{{-- Display the event start date & time: [event_start_date]
    --}} +{{-- Display the event end date & time: [event_end_date]--}} +{{--
    --}} - {!! Form::model($event, array('url' => route('postEditEventSocial', ['event_id' => $event->id]), 'class' => 'ajax ')) !!} +{{-- {!! Form::model($event, array('url' => route('postEditEventSocial', ['event_id' => $event->id]), 'class' => 'ajax ')) !!}--}} -

    @lang("Social.social_settings")

    +{{--

    @lang("Social.social_settings")

    --}} -
    +{{--
    --}} - {!! Form::label('social_share_text', trans("Social.social_share_text"), array('class'=>'control-label ')) !!} +{{-- {!! Form::label('social_share_text', trans("Social.social_share_text"), array('class'=>'control-label ')) !!}--}} - {!! Form::textarea('social_share_text', $event->social_share_text, [ - 'class' => 'form-control', - 'rows' => 4 - ]) !!} -
    - @lang("Social.social_share_text_help") -
    +{{-- {!! Form::textarea('social_share_text', $event->social_share_text, [--}} +{{-- 'class' => 'form-control',--}} +{{-- 'rows' => 4--}} +{{-- ]) !!}--}} +{{--
    --}} +{{-- @lang("Social.social_share_text_help")--}} +{{--
    --}} -
    -
    - -
    +{{--
    --}} +{{--
    --}} +{{-- --}} +{{--
    --}} -
    - {!! Form::checkbox('social_show_facebook', 1, $event->social_show_facebook, ['id' => 'social_show_facebook', 'data-toggle' => 'toggle']) !!} - {!! Form::label('social_show_facebook', trans("Social.facebook")) !!} -
    -
    +{{--
    --}} +{{-- {!! Form::checkbox('social_show_facebook', 1, $event->social_show_facebook, ['id' => 'social_show_facebook', 'data-toggle' => 'toggle']) !!}--}} +{{-- {!! Form::label('social_show_facebook', trans("Social.facebook")) !!}--}} +{{--
    --}} +{{--
    --}} - {!! Form::checkbox('social_show_twitter', 1, $event->social_show_twitter, ['id' => 'social_show_twitter', 'data-toggle' => 'toggle']) !!} - {!! Form::label('social_show_twitter', trans("Social.twitter")) !!} +{{-- {!! Form::checkbox('social_show_twitter', 1, $event->social_show_twitter, ['id' => 'social_show_twitter', 'data-toggle' => 'toggle']) !!}--}} +{{-- {!! Form::label('social_show_twitter', trans("Social.twitter")) !!}--}} -
    +{{--
    --}} -
    - {!! Form::checkbox('social_show_email', 1, $event->social_show_email, ['id' => 'social_show_email', 'data-toggle' => 'toggle']) !!} - {!! Form::label('social_show_email', trans("Social.email")) !!} -
    -
    - {!! Form::checkbox('social_show_googleplus', 1, $event->social_show_googleplus, ['id' => 'social_show_googleplus', 'data-toggle' => 'toggle']) !!} - {!! Form::label('social_show_googleplus', trans("Social.g+")) !!} -
    -
    - {!! Form::checkbox('social_show_linkedin', 1, $event->social_show_linkedin, ['id' => 'social_show_linkedin', 'data-toggle' => 'toggle']) !!} - {!! Form::label('social_show_linkedin', trans("Social.linkedin")) !!} -
    -
    +{{--
    --}} +{{-- {!! Form::checkbox('social_show_email', 1, $event->social_show_email, ['id' => 'social_show_email', 'data-toggle' => 'toggle']) !!}--}} +{{-- {!! Form::label('social_show_email', trans("Social.email")) !!}--}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::checkbox('social_show_googleplus', 1, $event->social_show_googleplus, ['id' => 'social_show_googleplus', 'data-toggle' => 'toggle']) !!}--}} +{{-- {!! Form::label('social_show_googleplus', trans("Social.g+")) !!}--}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::checkbox('social_show_linkedin', 1, $event->social_show_linkedin, ['id' => 'social_show_linkedin', 'data-toggle' => 'toggle']) !!}--}} +{{-- {!! Form::label('social_show_linkedin', trans("Social.linkedin")) !!}--}} +{{--
    --}} +{{--
    --}} - {!! Form::checkbox('social_show_whatsapp', 1, $event->social_show_whatsapp, ['id' => 'social_show_whatsapp', 'data-toggle' => 'toggle']) !!} - {!! Form::label('social_show_whatsapp', trans("Social.whatsapp")) !!} +{{-- {!! Form::checkbox('social_show_whatsapp', 1, $event->social_show_whatsapp, ['id' => 'social_show_whatsapp', 'data-toggle' => 'toggle']) !!}--}} +{{-- {!! Form::label('social_show_whatsapp', trans("Social.whatsapp")) !!}--}} -
    -
    +{{--
    --}} +{{--
    --}} - +{{-- --}} - {!! Form::close() !!} +{{-- {!! Form::close() !!}--}} -
    +{{-- --}}
    @@ -357,7 +357,7 @@ {!! @trans("Fees.organiser_fees_text") !!}
    -
    +
    {!! Form::label('organiser_fee_percentage', trans("Fees.service_fee_percentage"), array('class'=>'control-label required')) !!} {!! Form::text('organiser_fee_percentage', $event->organiser_fee_percentage, [ 'class' => 'form-control', @@ -367,7 +367,7 @@ {!! @trans("Fees.service_fee_percentage_help") !!}
    -
    +
    {!! Form::label('organiser_fee_fixed', trans("Fees.service_fee_fixed_price"), array('class'=>'control-label required')) !!} {!! Form::text('organiser_fee_fixed', null, [ 'class' => 'form-control', @@ -382,22 +382,22 @@
    {!! Form::close() !!}
    -
    -

    Social Settings

    +{{--
    --}} +{{--

    Social Settings

    --}} -
    -
    - {!! Form::label('event_page_show_map', 'Show map on event page?', array('id' => 'customcheckbox', 'class'=>'control-label')) !!} - {!! Form::checkbox('event_page_show_map', 1, false) !!} -
    -
    +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('event_page_show_map', 'Show map on event page?', array('id' => 'customcheckbox', 'class'=>'control-label')) !!}--}} +{{-- {!! Form::checkbox('event_page_show_map', 1, false) !!}--}} +{{--
    --}} +{{--
    --}} -
    - {!! Form::label('event_page_show_social_share', 'Show social share buttons?', array('class'=>'control-label')) !!} - {!! Form::checkbox('event_page_show_social_share', 1, false) !!} -
    +{{--
    --}} +{{-- {!! Form::label('event_page_show_social_share', 'Show social share buttons?', array('class'=>'control-label')) !!}--}} +{{-- {!! Form::checkbox('event_page_show_social_share', 1, false) !!}--}} +{{--
    --}} -
    +{{--
    --}}
    {!! Form::model($event, array('url' => route('postEditEventOrderPage', ['event_id' => $event->id]), 'class' => 'ajax ')) !!} @@ -428,19 +428,19 @@
    -

    @lang("Order.offline_payment_settings")

    -
    -
    - enable_offline_payments ? 'checked="checked"' : '' }} data-toggle="toggle" id="enable_offline_payments" name="enable_offline_payments" type="checkbox" value="1"> - -
    -
    - +{{--

    @lang("Order.offline_payment_settings")

    --}} +{{--
    --}} +{{--
    --}} +{{-- enable_offline_payments ? 'checked="checked"' : '' }} data-toggle="toggle" id="enable_offline_payments" name="enable_offline_payments" type="checkbox" value="1">--}} +{{-- --}} +{{--
    --}} +{{--
    --}} +{{-- --}} -
    - {!! Form::model($event, array('url' => route('postEditEventTicketDesign', ['event_id' => $event->id]), 'class' => 'ajax ')) !!} -

    @lang("Ticket.ticket_design")

    -
    -
    -
    - {!! Form::label('ticket_border_color', trans("Ticket.ticket_border_color"), ['class'=>'control-label required ']) !!} - {!! Form::input('text', 'ticket_border_color', Input::old('ticket_border_color'), - [ - 'class'=>'form-control colorpicker', - 'placeholder'=>'#000000' - ]) !!} -
    -
    -
    -
    - {!! Form::label('ticket_bg_color', trans("Ticket.ticket_background_color"), ['class'=>'control-label required ']) !!} - {!! Form::input('text', 'ticket_bg_color', Input::old('ticket_bg_color'), - [ - 'class'=>'form-control colorpicker', - 'placeholder'=>'#FFFFFF' - ]) !!} -
    -
    -
    -
    - {!! Form::label('ticket_text_color', trans("Ticket.ticket_text_color"), ['class'=>'control-label required ']) !!} - {!! Form::input('text', 'ticket_text_color', Input::old('ticket_text_color'), - [ - 'class'=>'form-control colorpicker', - 'placeholder'=>'#000000' - ]) !!} -
    -
    -
    -
    - {!! Form::label('ticket_sub_text_color', trans("Ticket.ticket_sub_text_color"), ['class'=>'control-label required ']) !!} - {!! Form::input('text', 'ticket_sub_text_color', Input::old('ticket_border_color'), - [ - 'class'=>'form-control colorpicker', - 'placeholder'=>'#000000' - ]) !!} -
    -
    -
    -
    - {!! Form::label('is_1d_barcode_enabled', trans("Ticket.show_1d_barcode"), ['class' => 'control-label required']) !!} - {!! Form::select('is_1d_barcode_enabled', [1 => trans("basic.yes"), 0 => trans("basic.no")], $event->is_1d_barcode_enabled, ['class'=>'form-control']) !!} -
    -
    -
    -
    +{{--
    --}} +{{-- {!! Form::model($event, array('url' => route('postEditEventTicketDesign', ['event_id' => $event->id]), 'class' => 'ajax ')) !!}--}} +{{--

    @lang("Ticket.ticket_design")

    --}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('ticket_border_color', trans("Ticket.ticket_border_color"), ['class'=>'control-label required ']) !!}--}} +{{-- {!! Form::input('text', 'ticket_border_color', Input::old('ticket_border_color'),--}} +{{-- [--}} +{{-- 'class'=>'form-control colorpicker',--}} +{{-- 'placeholder'=>'#000000'--}} +{{-- ]) !!}--}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('ticket_bg_color', trans("Ticket.ticket_background_color"), ['class'=>'control-label required ']) !!}--}} +{{-- {!! Form::input('text', 'ticket_bg_color', Input::old('ticket_bg_color'),--}} +{{-- [--}} +{{-- 'class'=>'form-control colorpicker',--}} +{{-- 'placeholder'=>'#FFFFFF'--}} +{{-- ]) !!}--}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('ticket_text_color', trans("Ticket.ticket_text_color"), ['class'=>'control-label required ']) !!}--}} +{{-- {!! Form::input('text', 'ticket_text_color', Input::old('ticket_text_color'),--}} +{{-- [--}} +{{-- 'class'=>'form-control colorpicker',--}} +{{-- 'placeholder'=>'#000000'--}} +{{-- ]) !!}--}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('ticket_sub_text_color', trans("Ticket.ticket_sub_text_color"), ['class'=>'control-label required ']) !!}--}} +{{-- {!! Form::input('text', 'ticket_sub_text_color', Input::old('ticket_border_color'),--}} +{{-- [--}} +{{-- 'class'=>'form-control colorpicker',--}} +{{-- 'placeholder'=>'#000000'--}} +{{-- ]) !!}--}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('is_1d_barcode_enabled', trans("Ticket.show_1d_barcode"), ['class' => 'control-label required']) !!}--}} +{{-- {!! Form::select('is_1d_barcode_enabled', [1 => trans("basic.yes"), 0 => trans("basic.no")], $event->is_1d_barcode_enabled, ['class'=>'form-control']) !!}--}} +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{--
    --}} -
    -

    @lang("Ticket.ticket_preview")

    - @include('ManageEvent.Partials.TicketDesignPreview') -
    -
    - +{{--
    --}} +{{--

    @lang("Ticket.ticket_preview")

    --}} +{{-- @include('ManageEvent.Partials.TicketDesignPreview')--}} +{{--
    --}} +{{--
    --}} +{{-- --}} - {!! Form::close() !!} +{{-- {!! Form::close() !!}--}} -
    +{{--
    --}}
    diff --git a/resources/views/ManageEvent/Partials/EditEventForm.blade.php b/resources/views/ManageEvent/Partials/EditEventForm.blade.php index 5decdd43..8ae5f618 100644 --- a/resources/views/ManageEvent/Partials/EditEventForm.blade.php +++ b/resources/views/ManageEvent/Partials/EditEventForm.blade.php @@ -33,16 +33,25 @@ {{--{!! Form::select('currency_id', $currencies, $event->currency_id, ['class' => 'form-control']) !!}--}} {{----}} -
    - {!! Form::label('title', trans("Event.event_title"), array('class'=>'control-label required')) !!} - {!! Form::text('title', Input::old('title'), - array( - 'class'=>'form-control', - 'placeholder'=>trans("Event.event_title_placeholder", ["name"=>Auth::user()->first_name]) - )) !!} -
    -
    +
    + {!! Form::label('title', trans("Event.event_title"), array('class'=>'control-label required')) !!} + {!! Form::text('title', Input::old('title'), + array( + 'class'=>'form-control', + 'placeholder'=>trans("Event.event_title_placeholder", ["name"=>Auth::user()->first_name]) + )) !!} +
    +
    + {!! Form::label('title_tk', trans("Event.event_title_tk"), array('class'=>'control-label required')) !!} + {!! Form::text('title_tk', Input::old('title_tk'), + array( + 'class'=>'form-control', + 'placeholder'=>trans("Event.event_title_placeholder", ["name"=>Auth::user()->first_name]) + )) !!} +
    + +
    {!! Form::label('description', trans("Event.event_description"), array('class'=>'control-label')) !!} {!! Form::textarea('description', Input::old('description'), array( @@ -50,7 +59,14 @@ 'rows' => 5 )) !!}
    - +
    + {!! Form::label('description_tk', trans("Event.event_description_tk"), array('class'=>'control-label')) !!} + {!! Form::textarea('description_tk', Input::old('description_tk'), + array( + 'class'=>'form-control editable', + 'rows' => 5 + )) !!} +
    {!! Form::label('venue_name', trans("Event.venue_name"), array('class'=>'control-label required ')) !!} {!! Form::select('venue_id',venues_list(), Input::old('venue_id'), ['class' => 'form-control','id'=>'venue_name']) !!} @@ -196,18 +212,18 @@
    -
    -
    -
    - {!! Form::label('google_tag_manager_code', trans("Organiser.google_tag_manager_code"), ['class'=>'control-label']) !!} - {!! Form::text('google_tag_manager_code', Input::old('google_tag_manager_code'), [ - 'class'=>'form-control', - 'placeholder' => trans("Organiser.google_tag_manager_code_placeholder"), - ]) - !!} -
    -
    -
    +{{--
    --}} +{{--
    --}} +{{--
    --}} +{{-- {!! Form::label('google_tag_manager_code', trans("Organiser.google_tag_manager_code"), ['class'=>'control-label']) !!}--}} +{{-- {!! Form::text('google_tag_manager_code', Input::old('google_tag_manager_code'), [--}} +{{-- 'class'=>'form-control',--}} +{{-- 'placeholder' => trans("Organiser.google_tag_manager_code_placeholder"),--}} +{{-- ])--}} +{{-- !!}--}} +{{--
    --}} +{{--
    --}} +{{--
    --}}
    @@ -217,4 +233,4 @@
    {!! Form::close() !!} - \ No newline at end of file +