Region Wise Countries
Id | Region | Country | Code | Flag |
---|---|---|---|---|
{{ $t+1 }} | {{ ($regions->name) ? $regions->name : '--' }} | {{ ($country->country) ? $country->country->name : '--' }} | {{ ($country->country) ? $country->country->code : '--' }} |
@extends('admin.layout.master') @section('title') Region Wise Countries @endsection @section('content')
Id | Region | Country | Code | Flag |
---|---|---|---|---|
{{ $t+1 }} | {{ ($regions->name) ? $regions->name : '--' }} | {{ ($country->country) ? $country->country->name : '--' }} | {{ ($country->country) ? $country->country->code : '--' }} |