@extends('admin.layouts.master') @section('content')

عرض المذكرات وصحف الدعوى

{{--

--}}
@foreach($notes as $note) @endforeach
# المذكرة
{{$note->id}} {{$note->note}}
@endsection