@extends('layouts.admin.master') @section('title') E-labclub | عرض موظف @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')
 }})
last 5 year
banglore - 2021
--}}at london univercity - 2015
--}}single
--}}last 5 year
O+ positive
| اسم المنتج | العطل | العميل |
|---|---|---|
| {{ $history->product->name }} | {{ $history->product->damage }} | {{ $history->product->customer->name }} |
@endif
{{ $comment->comment }}
@if ($comment->user_id == Auth::user()->id || Auth::user()->roles_name == 'admin') {!! Form::open([ 'method' => 'DELETE', 'route' => ['comments.destroy', $comment->id], 'style' => 'display:inline', ]) !!} {{ Form::button('', ['type' => 'submit', 'class' => 'btn btn-primary']) }} {!! Form::close() !!} @endif