@extends('layouts.admin') @section('title') View @endsection @section('content')
@if (!empty($model->image)) @endif
Title {{$model->title}} Created At {{$model->created_at}}


@endsection