@extends('layouts.contentLayoutMaster')
@php
$breadcrumbs = [[['link' => route('countries.index'), 'name' => "الدول"], ['link' => route('countries.create'), 'name' => "اضافة دولة جديدة"]],['title'=> 'اضافة']];
@endphp
@section('title', 'اضافة دولة جديدة')
@section('content')
@component('components.forms.formCard',['title' => 'اضافة دولة جديدة'])
{!! Form::open(['route' => 'countries.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!}