Edit Shipment Type
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
area_type == 'local') checked @endif value="local"> Local
area_type == 'non-local') checked @endif value="non-local"> Non-Local
@if($shipment->area_type == 'local')
@else
@endif
{{--
--}}