@extends('layouts.app') @section('title', 'Notes — Hisab') @section('content') @php $colors = ['#1f2937', '#7f1d1d', '#78350f', '#713f12', '#365314', '#134e4a', '#1e3a8a', '#4c1d95', '#831843', '#3f3f46']; $filtered = $notes; $search = request('search', ''); if ($search) { $filtered = $notes->filter(fn($n) => str_contains(strtolower($n->title . ' ' . $n->content), strtolower($search))); } $pinned = $filtered->where('pinned', true); $others = $filtered->where('pinned', false); @endphp
Google Keep style — dhoroner note niye rakhun
Kono note nei. Notun ekta lekhun.