@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.producers_arr.communications.create.producer_export')}}

{{ csrf_field() }}
@if ($errors->has('producer')) {{ $errors->first('producer') }} @endif
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif @if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@endsection