@extends('admin.layouts.master') @section('title') طلبات الأعضاء @endsection @section('styles') @endsection @section('page_header')

عرض جميع طلبات العضو {{$user->name}}

@endsection @section('content')

طلبات الأعضاء

@if($data->count()) @foreach( $data as $product )
# @lang('web.image') @lang('web.Product_name') @lang('web.attributes') @lang('web.price') @lang('web.quantity') @lang('web.Total')