@extends('errors.master') @section('title', 'Server Error') @push('styles') @endpush @section('content')

{{__('500') }}

{{__('SERVER ERROR') }}

{{__('Internal server error. Please try again later.') }}

{{__('Go To Home') }}
@endsection