@extends('admin.layout.master') @section('title', 'اضف تصنيف') @section('content')

اضف تصنيف

إنشاء جديد

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