@extends('layouts.app') @php $isEdit = $category->exists; @endphp @section('title', $isEdit ? 'تعديل تصنيف' : 'إضافة تصنيف') @section('page_title', $isEdit ? 'تعديل تصنيف' : 'إضافة تصنيف') @section('breadcrumb') @endsection @section('content')
@csrf @if($isEdit) @method('PUT') @endif
@if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
is_active : true) ? 'checked' : '' }}>
@endsection