@extends('Layouts.adminLayout') @section('title') {{__('Edit Shipment')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Edit Shipment')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@php $Shipmentcities=json_decode($data['Shipment']->cities); @endphp
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('product_type'))
{{ $errors->first('product_type') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
payment_type==1)?"checked":""}} value="1" aria-invalid="false"> {{__('So Rent')}}
active==1)?"checked":""}} value="1" aria-invalid="false"> {{__('Active')}}
@endsection @section('script') @endsection