@extends('includes/layout') @section('main-page-content') @php $step = 'step' . request()->step; @endphp
@include('Swms/NewSwmsReport/' . $step)
@endsection @section('css-js') @endsection