@extends('dashboard.base') @section('content')

Create new Country

@if(Session::has('message'))
{{ Session::get('message') }}
@endif
@include('dashboard.countries._form')
@endsection @section('javascript') @endsection