@extends('layouts.main_frontend') @section('content') @lang('site.home') {{$city->country->name_ar ?? ''}} {{ $city->name_ar ?? '' }} @if (!empty($city->image)) @else @endif {{ $city->name ?? '' }} @lang('site.categories') {{-- الترتيب حسب الافضل السعر من (الاعلي الي الاقل) السعر من (الاقل الي الاعلي) التقييمات من(1 الي 5) التقييمات من(5 الي1) --}} @foreach ($categories as $category) {{ $category->name_en ?? $category->name_ar }} @endforeach @if ($categories->hasPages()) {{ $categories->links() }} @endif @lang('site.no_search_result') @if (!empty(auth()->user())) @else @lang('site.freediscount') @lang('site.loginSignup') www.saeeh.com @endif @endsection @section('scripts') @endsection
@lang('site.loginSignup') www.saeeh.com