@extends('admin.layout.master') @section('title', 'الدول') @section('content')

الدول

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('mobile_code')) {{ $errors->first('mobile_code') }} @endif
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
@if ($errors->has('emergency_mobile')) {{ $errors->first('emergency_mobile') }} @endif
@if ($errors->has('gift_price')) {{ $errors->first('gift_price') }} @endif
@stop