@extends('layouts.admin.master') @section('title') E-labclub | عرض موظف @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

عرض بيانات الموظف

@endslot @endcomponent
{{-- --}}
  • {{ $user->name }}

    last 5 year

  • {{ $user->roles_name }}
    {{--

    banglore - 2021

    --}}
  • {{ $user->email }}
    {{--

    at london univercity - 2015

    --}}
  • {{ $user->point }}
    {{--

    single

    --}}
  • {{--
  • lived in london

    last 5 year

  • blood group

    O+ positive

  • --}}
Zero Configuration
Enter
@foreach ($user->history as $history) @endforeach
اسم المنتج العطل العميل
{{ $history->product->name }} {{ $history->product->damage }} {{ $history->product->customer->name }}
-
{{--
@foreach ($product->comment as $comment)
@endforeach
--}}
@push('scripts') @endpush @endsection