@extends('layouts.adminapp')
@section('content')
{{-- Country --}}
| {{__('lng.SiNo')}} | {{__('lng.Title')}} | {{__('lng.ShortName')}} | {{__('lng.Telephonecode')}} | {{__('lng.Narration')}} | {{__('lng.Action')}} |
|---|---|---|---|---|---|
| {{++$si}} | {{$Country->title}} | {{$Country->shortname}} | {{$Country->telephonecode}} | {{$Country->narration}} |
{{$Countries->count()}} {{__('lng.Items')}}