@extends('layouts.master', [ 'class' => 'shipments', ]) @section('content') @component('components.card_main', [ 'title' => __('shipment.checklist_title') . ' - '. ucfirst($tipo_nombre) .' ' . $evento_id, 'id' => 'checklist_create' ]) @slot('body')

@lang('shipment.points_rev')
@foreach($preguntas_revision as $pregunta) @php $id = $pregunta->id; @endphp
{{$pregunta->name}}
@component('components.button', ['type'=>'comment','btn_icon' => true, 'disabled'=>true, 'extra_class'=>'comment-btn', 'title'=>'Comments']) @endcomponent
@endforeach

@lang('shipment.points_insp')
@foreach($preguntas_inspeccion as $pregunta) @php $id = $pregunta->id; @endphp
{{$pregunta->name}}
@component('components.button', ['type'=>'comment','btn_icon' => true, 'disabled'=>true, 'extra_class'=>'comment-btn', 'title'=>'Comments']) @endcomponent
@component('components.button', ['type'=>'location','btn_icon' => true, 'disabled'=>true, 'extra_class'=>'location-btn', 'title'=>'Location']) @endcomponent
@endforeach

@lang('shipment.conditions_checklist_legend')

@lang('shipment.sign_guard'):
@component('components.button', ['id'=>'delete_security_signature', 'type'=>'delete', 'text' => __('master.clean'), 'color_class'=> 'secondary']) @endcomponent
@lang('shipment.sign_supplier'):
@component('components.button', ['id'=>'delete_supplier_signature','type'=>'delete', 'text' => __('master.clean'), 'color_class'=> 'secondary']) @endcomponent
@component('components.button', ['id'=>'add_checklist','type'=>'send','submit'=>true, 'text' => __('master.save')]) @endcomponent
@endslot @endcomponent @endsection @section('app-scripts') @endsection @section('plugin-scripts') @endsection