# Working with View
Views contain the HTML served by your application and separate your controller / application logic from your presentation logic.
Views are stored in the resources/views directory
Views are stored in the resources/views directory
Go to resources/views
Create training folder
Inside training folder, create:
- create.blade.php
- index.blade.php
# Views - Index View
- Go to
resources/views/trainings/index.blade.php
# View - Create View
- Go to
resources/views/trainings/create.blade.php