@extends('errors.layout')
@section('title'){{Settings('site_title') ? Settings('site_title') : 'Infix LMS'}} | {{ __('Server Error')}} @endsection
@section('css') @endsection
@section('js') @endsection
@section('mainContent')
@endsection
@section('message')
{{ __('Server Error')}}
@endsection
@section('details')
{{ $exception->getMessage()?$exception->getMessage():trans('frontend.Whoops, something went wrong on our servers') }}
@endsection