@extends('admin.layouts.master-soyuz') @section('title',__('Pincode list of :country | ',['country' => $country->nicename])) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
@csrf
{{ __("All Country") }}
{{ __('ID') }} {{ __('City') }} {{ __('State') }} {{ __("Pincode") }}
@endsection @section('custom-script') @endsection