{{ lurl('/') }} {{ date('c', time()) }} hourly 1 {{ lurl(route('contact')) }} {{ now()->format('Y-m-d') }} yearly 0.5 @foreach (\App\Models\Pages::where('page_active', 1)->orderBy('page_sort', 'asc')->get() as $page) {{ lurl(route('page', ['slug' => $page->page_slug])) }} {{ now()->format('Y-m-d') }} yearly 0.5 @endforeach {{ lurl(route('banks')) }} {{ now()->format('Y-m-d') }} hourly 0.9 @foreach (\App\Models\Banks::where('is_lost', 0)->where('active', 1)->orderByRaw('bank_sort = 0, bank_id asc')->get() as $bank) {{ lurl(route('bank_price', ['slug' => $bank->bank_slug])) }} {{ now()->format('Y-m-d') }} {{-- {{date('c', $bank->bank_last_update)}} --}} hourly 0.9 @endforeach @foreach (\App\Models\Banks::where('is_lost', 0)->where('active', 1)->orderByRaw('bank_sort = 0, bank_id asc')->get() as $bank) @php $BPrices = \App\Models\Query::getCurrRatesByBank($bank->bank_slug); @endphp @foreach ($BPrices->rates as $rate) @if ($rate['bankp_buy_banknote'] == 0) @continue @endif {{ bankCurrencyUrl($BPrices->bank_slug, $rate->currency->cur_code) }} {{ now()->format('Y-m-d') }} {{-- {{date('c', $bank->bank_last_update)}} --}} hourly 0.9 @endforeach @endforeach {{ lurl(route('currencies')) }} {{ now()->format('Y-m-d') }} hourly 0.9 @foreach (\App\Models\Currencies::selectRaw('cur_code,cur_flag,cur_name_ar,cur_name_en,cur_sort,cur_last_update')->where('is_lost', 0)->orderByRaw('cur_sort = 0, cur_sort asc')->get() as $currency) {{ lurl(route('currency', ['c_from' => $currency->cur_code, 'c_to' => 'EGP'])) }} {{ now()->format('Y-m-d') }} {{-- {{ date('c', $currency->cur_last_update) }} --}} hourly 0.9 @endforeach {{ lurl(route('goldprice')) }} {{ now()->format('Y-m-d') }} hourly 0.9 @foreach (\App\Models\Golden::with('rate')->orderBy('sort', 'asc')->get() as $gold) {{ lurl(route('gold_karat', ['karat' => $gold->slug])) }} {{ now()->format('Y-m-d') }} {{-- {{ date('c', $currency->cur_last_update) }} --}} hourly 0.9 @endforeach {{ lurl(route('silverprice')) }} {{ now()->format('Y-m-d') }} hourly 0.9 @foreach (\App\Models\SilverPrices::with('kind')->get() as $silver) {{ lurl(route('silver_karat', ['karat' => $silver->kind->slug])) }} {{ now()->format('Y-m-d') }} {{-- {{ date('c', $currency->cur_last_update) }} --}} hourly 0.9 @endforeach {{ lurl(route('petrol')) }} {{ now()->format('Y-m-d') }} hourly 0.9 @foreach (\App\Models\petroleumPrice::with('types')->get() as $gas) {{ lurl(route('petrolUnit', ['slug' => $gas->types->slug])) }} {{ now()->format('Y-m-d') }} hourly 0.8 @endforeach {{-- {{ lurl(route('converter')) }} {{date('c', time())}} 0.8 --}}