@extends('site.master')
@section('main-content')
{{ isset($record->name) ? $record->name : '' }}
@endif