@extends('backend.layouts.admin.admin') @section('title', 'News') @section('content')
{{ Form::model($news, ['route' =>['news.update', $news->slug],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} {{ method_field('PUT') }} @include('backend.news.partials.form', ['header' => 'Edit News ('.Str::limit($news->title, 47).')']) {{ Form::close() }}
@stop @push('styles') @endpush @push('scripts') @endpush