@extends('layout.padrao') @section('content')

PROTHEUS EXPORT FILES

YOU CAN SEARCH FOR ANY PERIOD

@if($errors->any())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
@include('include.filtro_result')

MONTHLY ARCHIVE DONWLOAD

@if (isset($attachs )) @foreach($attachs as $item)
{{$item->nmAnexo}}
PERIOD:
{{strftime('%B', strtotime("".(substr($item->nmAnexo,0,2)-1)." months"))}}
@endforeach @endif
@endsection