@extends('layouts.main') @section('breadcrumb')
| Code | Name | Country code | Actions |
|---|---|---|---|
| {{ $phone_country->code }} | {{ $phone_country->name }} | {{ $phone_country->country_code }} | @if ($phone_country->activated) Activated Desactivate @else Deactivated Activate @endif |