@extends('buyers_sellers.layout2.master') @section('title', 'Home') @section('content')
@if (Session::has('message')) @endif @if (Session::has('loginsuccessfully')) @endif @if($updateprofile == 0) @endif
@if($points->points) {{ $points->points->points }}@else 0 @endif loyalty points available
{{--
Search
--}}
{{-- @livewire('job-search') --}}

I am looking for a

    @foreach ($services as $ser )
  • {{$ser->name}}
  • @endforeach
@endsection @section('scripts') {{-- live search --}} @endsection