@extends('FrontEnd.Layouts.main') @section('pagetitle'){{ $page->name }} - {{ __('messages.SITENAME') .' | '. __('messages.SITESLOGAN') }}@endsection @section('title') details @endsection @section('baseurl'){{ route('page_details',$page->slug) }}@endsection @section('logo'){{ asset('FrontEnd/images/logo.jpg') }}@endsection @section('image'){{ asset('media/thumbs/news/' . $page->getRawOriginal('image')) }}@endsection {{-- @section('keywords'){{ json_decode($meta->meta_keywords,true)[LaravelLocalization::setLocale()] }}@endsection --}} @section('description'){{ htmlspecialchars(trim(strip_tags(Str::substr($page->details,3,180))))}}@endsection @section('content') @if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif @endsection @push('custom') @endpush