@extends('layouts.user') @section('sidebar') @include('frontend.components.user-layout-sidebar') @endsection @section('body_class') marriage_requests @endsection @section('content') @include('frontend.components.alerts-components')

{{-- --}}

@foreach ($helps as $help)
{{ $help->created_at->year }}
{{ $help->created_at->day }} / {{ $help->created_at->month }}
رقم الطلب : #{{ $help->id }}
@if ($help->type == 'price') طلب مالى @else طلب عينى @endif
@if ($help->status == 'newRequest') تحت المراجعة @elseif($help->status == 'approved') تم الموافقة @else تم الرفض @endif
@endforeach
@endsection