@extends('layouts.guest') @section('title', 'Not Allowed') @section('content')
@if(File::exists(config('constants.upload_path.logo').config('config.logo'))) Logo @endif {!! $exception->getMessage() !!}
@stop