@extends('layouts.app') @push('page_css') @endpush @section('content')

Editar embarque

Añade por lo menos un componente, por favor.

@include('adminlte-templates::common.errors')
{!! Form::model($shipment, ['route' => ['shipments.update', $shipment->id], 'method' => 'patch',"id" => "editar-shipments-form", 'files' => 'true']) !!}
@include('shipments.fields')
@foreach ($shipment_products as $shipment)
@include('shipment_products.fields')
@endforeach
{!! Form::close() !!}
@endsection @push('page_scripts') {{-- --}} @endpush