@extends('Company.layout.master') @section('title',"Working Country") @section('page_name',"Working Country") @push('styles') @endpush @section('content')
| # | Country Name | Action |
|---|---|---|
| {{$loop->iteration}} |
{{strtoupper(substr($c->country->country,0,2))}}
{{$c->country->country}}
|