@extends('layout.default') @section('content') @section('page_toolbar')   List Blog   Back @endsection @if ($errors->any())
@endif
{{ csrf_field() }} {!! Form::hidden('blog_id', $blog->id ?? '' , [ 'id' => 'blog_id'] ) !!}
@endsection @section('scripts') @endsection