@extends('site.master') @section('main-content')

{{ isset($record->name) ? $record->name : '' }}

@if ($record)
page_content
{!! isset($record->description) ? html_entity_decode($record->description, ENT_QUOTES, 'UTF-8') : '' !!}
@endif
के तपाईं आफूले हेरेको जानकारीबाट सन्तुष्ट हुनुहुन्छ?
@endsection