@extends('dashboard.master') @section('title', $store->name) @section('store' . $store->category->id . '-active', 'active') @section('content')
لايوجد صوره
@endif{{ $store->user->email }}
{{ $store->user->name }}
{{ $store->name }}
{{-- {{$store->average_rating}} --}} @php $stars = round($store->average_rating / 20); @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <= $stars) {{-- نجمة ممتلئة --}} @else {{-- نجمة فارغة --}} @endif @endfor
{{ $store->ratingCustomersCount }}
{{ $store->mobile }}
{{ $store->delivary_value_km }}
{{ $store->address }}
{{ $store->is_open }}
{{ \Carbon\Carbon::createFromFormat('H:i:s', $store->start_time)->format('h:i A') }}
{{ \Carbon\Carbon::createFromFormat('H:i:s', $store->end_time)->format('h:i A') }}
{{ $store->category->name }}