@extends('layouts.guest') @section('title', 'Page Not Found') @section('content')
@if(File::exists(config('constants.upload_path.logo').config('config.logo'))) Logo @endif

404

{!! $exception->getMessage() !!}

{!! trans('messages.page_not_found') !!}

{!! trans('messages.back_to') !!} {!! trans('messages.dashboard') !!}

@stop