@extends('user.layout.master') @section('head-tag') کن یاب @endsection @section('content')
{{ $slot }} @foreach ($service_categories as $sc)

{{ $sc->title }}

@foreach ($sc->services as $s)
poster
{{ $s->title }}
user {{ $s->business->admin->name }}
(90% رضایت مشتری)
4.8 star
متخصص در زمینه {{ $s->category->title }}
@endforeach

@endforeach
background logo
@endsection {{-- @section('script') @endsection --}}