@extends("la.layouts.app") @section("contentheader_title", "Cotizaciones") @section("contentheader_description", "Cotizaciones listing") @section("section", "Cotizaciones") @section("sub_section", "Listing") @section("htmlheader_title", "Cotizaciones Listing") @section("headerElems") @la_access("Cotizaciones", "create") @endla_access @endsection @section("main-content") @if (count($errors) > 0)
@endif

SOLICITUDES

@foreach( $listing_cols as $col ) @endforeach @if($show_actions) @endif
{{ $module->fields[$col]['label'] or ucfirst($col) }}Acciones

ENVIADAS

@foreach( $listing_cols as $col ) @endforeach @if($show_actions) @endif
{{ $module->fields[$col]['label'] or ucfirst($col) }}Acciones
@la_access("Cotizaciones", "create") @endla_access @endsection @push('styles') @endpush @push('scripts') @endpush