@extends('frontend.app') @push('css') @endpush @section('content')
{!! $page?$page->body :''!!}
@endsection