@extends('admin.layout.master') @section('css') @endsection @section('content') {{ awtTrans('الاسم') }} {{ awtTrans('كود الدولة') }} {{ awtTrans('التحكم') }} @foreach($rows as $row) {{ $row->name }} {{ $row->calling_code }} @if(\App\Models\User::where('country_key',$row->calling_code)->count()<=0 && $row->regions()->count() <=0) @endif @endforeach @endsection @section('js') @include('admin.shared.deleteAll') @include('admin.shared.deleteOne') @endsection