{{-- extend layout --}} @extends('layouts.fullLayoutMaster') {{-- page title --}} @section('title','500 Page') @section('page-style') @endsection {{-- page content --}} @section('content')

500

BAD REQUEST
Back TO Home
@endsection