@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {{ trans('plugins/location::location.export_location') }}

{{ trans('plugins/location::location.total_country') }}

{{ number_format($countryCount) }}

{{ trans('plugins/location::location.total_state') }}

{{ number_format($stateCount) }}

{{ trans('plugins/location::location.total_city') }}

{{ number_format($cityCount) }}

{{ trans('plugins/location::location.start_export') }}
@stop