@extends('frame') @section('frameContent')
@if($item->has_pic && is_file($item->imagefile()))
{{ $item->name }}
{!! $item->content !!}
@else
{{ $item->name }}
{!! $item->content !!} @endif
@endsection