@extends('layouts.backend') @section('content-header')

Creation de news/trend

@endsection @section('content')
{!! Form::open(['route' => ['backend.trends.store'], 'class' => '', 'files' => true]) !!} @include('backend.trends._form') {!! Form::close() !!}
@endsection