@extends('frontend.layout.master') @section('content')
@if(app()->getLocale()=='en')
@if($page->banner) @endif
@else
@if($page->bannerar) @endif
@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