@extends('layouts.frontend.app') @section('title') {{$title}} @endsection @section('meta') @php $website = App\Website::get()->last(); @endphp @endsection @push('css') @endpush @section('content')

{{$title}}

{!!$policy->description!!}
@endsection @push('js') @endpush