@extends('buyers_sellers.layout2.master') @section('title', 'Dashboard') @section('content')
{{--
--}}
@if (Session::has('message')) @endif @foreach ($data as $row) @endif @endif @endforeach
S.No Service Type Date Description View Details View Quotes Status Action
{{$loop->index+1}} {{$row->title}} @if($row->date){{ date('Y-m-d',strtotime($row->date)) }} @endif {{$row->desc}} view details @if ($row->status == 4) Assigned @else @if ( $row->status == 3) Complete @else view Quotes @if ($row->status == 0) Pending @endif @if ($row->status == 1) Pending @endif @if ($row->status == 2) Decline @endif @if ($row->status == 4) Assigned @endif @if ($row->status == 3) Complete @endif Edit
{{--
--}}
@endsection @section('script') @endsection