@extends('backend.layouts.master') @section('content')
| {{ translate('S.N') }} | {{ translate('Name') }} | {{ translate('Flag') }} | {{ translate('Code') }} | {{ translate('Option') }} |
|---|---|---|---|---|
| {{ ($countries->currentpage() - 1) * $countries->perpage() + $key + 1 }} | {{ $country->name }} |
@if ($country->country_code)
|
{{ $country->country_code }} |