@extends('buyers_sellers.layout2.master') @section('title', 'Dashboard') @section('content')
Assigned
@if (Session::has('message')) @endif

Assigned List

{{-- --}}
{{-- --}} @foreach ($assing as $item) {{-- --}} @endforeach
S.no Service Request View DetailsDue DateStatus Client Ratings Client Feedback
{{ $item->job[0]->id }} {{ $item->job[0]->title }} view details{{ Date("y-M-Y", strtotime($item->job[0]->created_at)) }} @if ($item->status == 0) click to complete @else Service Request completed @endif {{$item->job[0]->user->full_name}} @if ($item->service[0]->rating->avg('rating') !== null) @else No ratings yet @endif @if ($item->feedback ==null) No feedback yet @else @endif
@endsection @section('scripts') @endsection