@extends('layouts.main')
@section('content')
flag {{ __('Phone Countries') }}
eye {{ __('Activate All') }}
eye-closed {{ __('Deactivate All') }}
| {{ __('Name') }} | |
|---|---|
| @if ($phone_country->activated) {{ __('Activated') }} @else {{ __('Deactivated') }} @endif {{ $phone_country->name }} {{ $phone_country->code }} - {{ $phone_country->country_code }} | @if ($phone_country->activated) eye-closed @else eye @endif |