@extends('layouts.app') @section('content') @include('includes.breadcrumb')
@php $cityData = json_decode(file_get_contents(public_path('data/home/homeCity.json')),true); shuffle($cityData); $i = 1; //include(public_path('data/home/home_city_count.blade.php')); @endphp @foreach($cityData as $key => $value) @if($i == 1 || ($i %10) == 0)
@endif @endforeach
@endsection