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

Creation de news/trend

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