EVOLUTION-MANAGER
Edit File: b776dfdd1c98e34b3d219f5ce22473c6f1b7f1e2.php
<?php $__env->startSection('code', '500'); ?> <?php $__env->startSection('title', __('Error')); ?> <?php $__env->startSection('image'); ?> <div style="background-image: url(<?php echo e(asset('/svg/500.svg')); ?>);" class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center"> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('message', __('Whoops, something went wrong on our servers.')); ?> <?php echo $__env->make('errors::illustrated-layout', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>