@extends('admin/layouts/default') {{-- Page title --}} @section('title') country @parent @stop @section('content')
Countries
Dashboard
countries
countries
country {{ $country->id }}'s details
id
{{ $country->id }}
name
{{ $country['name'] }}
calling_code
{{ $country['calling_code'] }}
@stop