@extends('admin/layouts/default') {{-- Page title --}} @section('title') region @parent @stop @section('content')

Regions

region {{ $region->id }}'s details


id{{ $region->id }}
name{{ $region['name'] }}
code{{ $region['code'] }}
country_id{{ $region['country_id'] }}
@stop