@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Recommendations
@if(Session::has('message')) @endif
{{--

Recommends List

--}}
{{-- {{dd($Recommend)}} --}} @foreach ($Recommend as $row ) @endforeach
S.No Service NAME OF SERVICE PROVIDER Action
{{ $loop->index+1 }} {{$row->provider_primary}} | {{$row->provider_secondary}} | {{$row->provider_oter}} {{$row->provider_name}} @if ($row->viewed == "1") Viewed @else View @endif Delete
{{-- @include('admin.layouts.footer'); --}} @endsection @section('scripts')