An agricultural drone is monitoring an orchard divided into a 6×6 6 \times 6\,6×6 grid of plots.
The drone is initially positioned at plot B5, facing East (indicated by the ▶ symbol).

| A | B | C | D | E | F | |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | ||||||
| 3 | ||||||
| 4 | ||||||
| 5 | ▶ | |||||
| 6 |
The drone executes the following navigation algorithm:
Forward(2)
TurnLeft()
Forward(3)
TurnRight()
Forward(1)
Draw the path of the drone through the grid by listing the sequence of cells visited in order (starting with B5), and state its final cell and facing direction.