@extends('layouts.app') @section('content') {{-- @include('components.sidebar') --}} {{-- @include('components.profile') --}} {{-- @include('components.links') --}}
@csrf
{{-- --}}
{{-- --}} {{-- --}}
Kategori Adet Saat Not Ekle Sil
Sil
@if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @endsection @section('javascript') @endsection