@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @endsection @section('content') Draft to Post {{ csrf_field() }} Headline Sub Headline Intro Post Content {{ $draft->post_content}} Is Lead? Position Featured Image (width: 640px; height: 360px) Choose featured_image) src="{{ $draft->featured_image }}" @endif> Featured Image Caption Publisher Name Photo Optional Choose reporter_photo) src="{{ $draft->reporter_photo }}" @endif> Tags {!! Form::label('categories', 'Categories:') !!} {!! Form::select('category_id[]', $categories, null, ['required', 'id' => 'category_list', 'class' => 'form-control', 'multiple']) !!} Update @endsection