@extends('layout.layout') @section('content')

Creeaza o categorie noua

@csrf
@if($errors->any()) @endif
@foreach ($categories as $category) @if($category->activ === 1) @else @endif {{-- Delete modal --}} {{-- end delete modal --}} {{-- Edit modal --}} {{-- end edit modal --}} @endforeach
Categorie Status Acțiuni
{{ $category->name }}ActivInactiv
@if($category->activ === 0) @else @endif
{{ $categories->links() }}
@push('js') @endpush @endsection