@extends('admin.default') @section('title', 'Admin |Country') @section('content')
@foreach($country as $key=>$record)
@foreach($record as $num=>$res) {{$res['type'] }} {{$res['id'] }} @endforeach


@endforeach
@endsection