@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.dashboard') }} @endsection @section('heading'){{ __('common.dashboard') }}@endsection @section('heading-icon')home@endsection @section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name'] ?? '') }}@endsection @section('content') @include('includes.alerts')
{{--{{dd($is_shipment)}}--}}
{{__('common.ship_setting')}}
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

is_shipment=="0")? "checked" : "" }}/>

is_shipment=="1")? "checked" : "" }}/>

@include('includes.invalid', ['field' => 'orderid'])
{{-- {{dd($top_products)}} --}}
@endsection