@extends('layouts.app') @section('titlePage', 'Study Notes') @section('content') @push('script') @endpush
@include('common.alert')
@foreach ($data as $value) @endforeach
Notes Action Preview
{{ $value->title }}
@csrf @method('DELETE')
Preview
{{-- Pagination --}}
@endsection @push('script') @endpush