@extends('admin.layouts.master') @section('content')
@if(session('success'))
{{session('success')}}
@endif

How It Works

@csrf
{{$errors->first('step1')}}
{{$errors->first('step2')}}
{{$errors->first('step3')}}
@if($work)
@section('scripts') @endsection @endsection