@extends('buyers_sellers.layout2.master') @section('title', 'Dashboard') @section('content')
@if (Session::has('message')) @endif @foreach ($data as $row) @endforeach
S.No Service Provider Name Quotes Provider Profile Document Action
{{$row->job_id}} {{$row->serviceProvider->full_name}} {{$row->quotes}} {{ $row->serviceProvider->full_name }} @if ($row->doc == null) No document available @else Download Document @endif
@csrf
cancel

@endsection @section('script') @endsection