@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.country.edit_country') !!}
{!! Form::model($country,['route' => ['dashboard.country.update',$country->id] , 'method' => 'PUT' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale() ]) !!} @include('dashboard.country.form',['btnSubmit' => trans('dashboard.general.edit')]) {!! Form::close() !!}
@endsection