@extends('frontend.layout.master')
@section('content')
@if(app()->getLocale()=='en')
@else
@endif
@if(app()->getLocale()=='en')
{!! renderBladeContent($page->content) !!}
@else
{!! renderBladeContent($page->contentar) !!}
@endif
@endsection
@push('custom-css')
@if(app()->getLocale()=='en')
{!! $page->custom_css !!}
@else
{!! $page->custom_cssar !!}
@endif
@endpush
@push('custom-script')
{!! $page->custom_js !!}
@endpush