@extends('errors.master') @section('title', 'Error Page 400') @section('main')

400! Database Connection error

Please check database connection and tables !

Back to Homepage @if(env('APP_ENV')=="local") Reset Database @endif
@endsection