@extends('layouts.auth') @push('styles') @php $url = url('/'); $userModel = new App\Models\User; $logo = $userModel->getRestaurentLogo($url); @endphp @if($logo && false) @endif @endpush @section('content')
Page not found!

The page you requested could not be found on this server. It may have been moved or deleted.

404

GO BACK HOME
@endsection @push('scripts') @endpush