@extends('layouts.admin', ['title' => ($category->exists ? 'تعديل فئة' : 'فئة جديدة').' | RaseedNow']) @section('content')
Catalog

{{ $category->exists ? 'تعديل فئة' : 'فئة جديدة' }}

الفئات
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @if($category->exists) @method('PATCH') @endif
@endsection