@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Correios Shipping') }}

@include('includes.admin.partials.shipping-tabs')
{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('Search your Zip Code:') }} BuscaFaixaCep

{{ __('Local zip code will use the settings registered with the General Shipping, not the mail settings.')}}

{{ __('Store Zip Code') }}

{{ __('Local Zip Code Start') }}

{{ __('Local Zip Code End') }}

@endsection @section('scripts') @endsection