@extends('dashboard.layouts.app') @section('title', __('dashboard.Shipping Settings')) @section('page_heading', __('dashboard.Shipping Settings')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Shipping Settings') }}

@csrf @method('PATCH')
customer_can_choose_company ? 'checked' : '' }}>
@endsection @section('scripts') @endsection