@extends('web_stores.layouts.app') @section('content')
{{App\Language::trans('Shipping Policy')}}
{!!nl2br($model)!!}
@endsection @section('script') @endsection