@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.country.add_country') !!}
{!! Form::open(['route' => 'dashboard.country.store' , 'method' => 'POST' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale()]) !!} @include('dashboard.country.form',['btnSubmit' => trans('dashboard.general.save')]) {!! Form::close() !!}
@endsection