{{ __('Edit Shipment') }} #{{ $shipment->number ?? $shipment->id }}
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@extends('layouts/layoutMaster') @section('title', __('Edit Shipment')) @section('content')