@extends('admin.layouts.master-soyuz')
@section('title',__('Pincode list of :country | ',['country' => $country->nicename]))
@section('body')
@include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
@endforeach
@endif
-
{{__("Download the CSV/xlsx from ")}} {{ __("here") }}
-
{{__("Edit exported CSV/xlsx using Excel or WPS office and update your pincode into it and save.")}}
-
{{__("Import that exported CSV/xlsx here again you're done.")}}
@endsection
@section('custom-script')
@endsection