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

Create new Shipping Rate - {{ $country->name }}

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