@extends('layouts.app') @section('title', 'Nova Solicitação (em nome de cliente)') @section('page_title', 'Nova Solicitação — em nome de cliente') @section('content') @php $itensIniciais = old('itens') ? collect(old('itens'))->values()->map(fn($i, $k) => array_merge(['id' => $k + 1], $i))->all() : [[ 'id' => 1, 'origem_id' => '', 'destino_id' => '', 'plataforma_id' => '', 'origem_texto' => '', 'destino_texto' => '', 'sonda_texto' => '', 'data_coleta' => '', 'hora_coleta' => '07:00', 'quantidade' => 1, 'carga_descricao' => '', 'carga_peso_ton' => '', ]]; @endphp