@extends('layouts.user') @section('sidebar') @include('frontend.components.user-layout-sidebar') @endsection @section('body_class') asking_help fill_data height_shop @endsection @section('content')

برجاء ملئ البيانات

الرجوع
@if (isset($errors) && count($errors) > 0) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf

قائمة المنتجات الموجودة

@foreach ($items as $key => $item)

@endforeach

طلب عيني

@endsection