{{ lurl('/') }} {{date('c', time())}} daily 1.0 {{ lurl(route('banks')) }} {{date('c', time())}} hourly 0.8 @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])) }} {{date('c', $bank->bank_last_update)}} hourly 0.8 @endforeach {{ lurl(route('currencies')) }} {{date('Y-m-d', time())}} hourly 0.8 @foreach( \App\Models\Currencies::selectRaw('cur_code,cur_flag,cur_name_ar,cur_name_en,cur_sort,cur_last_update')->orderByRaw('cur_sort = 0, cur_sort asc')->get() as $currency ) {{ lurl(route('currency', ['c_from' => $currency->cur_code, 'c_to' => 'EGP'])) }} {{date('c', $currency->cur_last_update)}} hourly 0.8 @endforeach {{ lurl(route('goldprice')) }} {{date('Y-m-d', time())}} hourly 0.8 {{ lurl(route('silverprice')) }} {{date('Y-m-d', time())}} hourly 0.8 {{ lurl(route('petrol')) }} {{date('Y-m-d', time())}} hourly 0.8 @foreach( \App\Models\petroleumPrice::with('types')->get() as $gas ) {{ lurl(route('petrolUnit', ['slug' => $gas->types->slug])) }} {{date('Y-m-d', time())}} hourly 0.8 @endforeach {{-- {{ lurl(route('converter')) }} {{date('c', time())}} 0.8 --}}