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

أكواد البلاد

إنشاء جديد

@csrf
@if ($errors->has('country_ar')) {{ $errors->first('country_ar') }} @endif
@if ($errors->has('country_en')) {{ $errors->first('country_en') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@stop