@extends('Admin.layouts.app') @section('content')
@php $countries = ['saudi', 'dubai', 'india', 'qatar', 'bahrain', 'kuwait', 'uk']; @endphp @foreach ($countries as $country) @endforeach @foreach ($typeList as $type) @php $key = $type->type_num; @endphp @foreach ($countries as $country) @endforeach @endforeach
Type{{ ucfirst($country) }}
{{ $type->name }}
@endsection