@extends('admin::layouts.master') @section('title', __('admin/common.country')) @section('content')
| ID | {{ __('common.name') }} | {{ __('currency.code') }} | {{ __('common.created_at') }} | {{ __('common.updated_at') }} | {{ __('common.sort_order') }} | {{ __('common.status') }} | {{ __('common.action') }} |
|---|---|---|---|---|---|---|---|
| @{{ country.id }} | @{{ country.name }} | @{{ country.code }} | @{{ country.created_at }} | @{{ country.updated_at }} | @{{ country.sort_order }} | {{ __('common.enable') }} {{ __('common.disable') }} | |