@extends('layout.padrao') @section('content') @section('title', 'Upload Carriers PDF files')
@if($errors->any())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{ csrf_field() }}
{!! Form::label('carriers_id', 'Carrier', [ 'class' => 'w-100 control-label']) !!} {!! Form::select('carriers_id', $select['carrier'],null, ['class' => 'dynamicCarrier form-control']) !!}
{{-- --}}
Carrier FilePathUpload Date User Resp. Status Extra Information Processing Date
@include('insuranceCertificate.style') {{-- @include('bibliotecas.bootstrapTable2') --}} @include('bibliotecas.floattheadOverflow') @include('bibliotecas.bootstrapExport') @endsection