@extends('layouts.app') @section('content')
@if ($errors->any()) @endif
{{ html()->form('POST')->route('country.store')->class('needs-validation')->attributes(['novalidate'])->open() }} @include('ccms::country.partials._form') {{ html()->form()->close() }}
@endsection