@extends('admin.layout.master') @section('title', 'ميزاتنا') @section('content')

ميزاتنا

إنشاء جديد

@csrf
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

الصورة

@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@stop @section('scripts') @stop