@include('layouts.app') @include('layouts.header') @php $cityToCountry= file_get_contents(asset('tz-cities-to-countries.json')); $cityToCountry=json_decode($cityToCountry,true); $countriesJs=array(); foreach($cityToCountry as $key=>$value){ $countriesJs[$key]=$value; } @endphp

Fatal error: Uncaught Error: Class "Session" not found in /home/vulpesdelivery/public_html/resources/views/checkout/checkout.blade.php:39 Stack trace: #0 {main} thrown in /home/vulpesdelivery/public_html/resources/views/checkout/checkout.blade.php on line 39