@extends('layouts.index') @section('title') Forms Request @endsection @section('css') @endsection @section('content')

Step wizard with validation

You can us the validation like what we did
Step 1
Step 2
Step 3
Step 4
Step 5
@endsection @section('js') @endsection