@extends('admin.layout.master') @section('title', 'مميزات التطبيق') @section('content')

مميزات التطبيق

إنشاء جديد

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