@extends('frontend::config.master') @section('title') @section('style') @endsection @section('content')

{{ !empty($policy['name']) ? $policy['name'] : "" }}

@slot('content') {!! !empty($policy['detail']) ? $policy['detail'] : "" !!} @endslot
@endsection @section('script') @endsection