@extends("admin/layouts.master-soyuz") @section('title','Edit Shipping '.$shipping->name.' | ') @section("body")

Edit Shipping

{{csrf_field()}} {{ method_field('PUT') }}
@if($shipping->id != 1)
@endif
(Please Choose Status)
@if($shipping->id == 3)
whole_order == '1' ? "checked" : "" }} id="whole_order" type="checkbox" class="tgl tgl-skewed"> (Please Choose Status)
@endif
@endsection