@extends('admin.layouts.app') @push('style-include') @endpush @section('main_content')

{{translate($title)}}

{{translate('Create Shipping Delivery')}}
@csrf
{{translate('Days')}}
@if( $openAi->status == 1) @endif
{{translate('Shipping type')}}
@foreach ($zones as $zone ) @endforeach

{{translate('Applicable if price is greter than')}}

{{default_currency()->symbol}}

{{translate('Applicable if price is less than or equal')}}

{{default_currency()->symbol}}

{{$zone->name}}

{{default_currency()->symbol}}
@foreach ($zones as $zone ) @endforeach

{{translate('Applicable if weight is greter than')}}

{{default_currency()->symbol}}

{{translate('Applicable if weight is less than or equal')}}

{{default_currency()->symbol}}

{{$zone->name}}

{{default_currency()->symbol}}
@endsection @push('script-include') @endpush @push('script-push') @endpush