@extends('layouts.app') @section('head') @endsection @section('content')

Blog Entry

Back Edit
published_at != 0) disabled value="{{ $blog->published_at }}" @endif>
@if(!is_null($blog->getMedia('blog')->first())) {{ $blog->title }} @endif
@endsection @section('script') @endsection