Country List
| Country Code | Country Name | ||
|---|---|---|---|
| {{ $country->code }} | {{ $country->name }} |
|
|
| No matching records found | |||
@extends('layouts/default')
{{-- Page title --}}
@section('title')
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
Country
{{ Session::get('message') }}
| Country Code | Country Name | ||
|---|---|---|---|
| {{ $country->code }} | {{ $country->name }} |
|
|
| No matching records found | |||