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

Modification de news/trend

@endsection @section('content')
{!! Form::model($trend, ['route' => ['clients.trends.update', $trend->id], 'class' => '', 'method' => 'PUT', 'files' => true]) !!} @include('clients.trends._form') {!! Form::close() !!}
@endsection