@extends('layouts.app')
@section('title', 'Troubleshooting')
@section('content')
Before contacting support or attempting code fixes, make sure the following requirements are met:
- Your development environment is set up correctly.
- You have a valid client token and it is included in the header of every request.
- Your endpoints are spelled correctly and pointing at the right module routes.
- Your endpoints are listed with the correct HTTP methods.
@endsection