@extends('layouts.admin.master') @section('title')Form Wizard 1 {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Form Wizard

@endslot @endcomponent
Simple Form Wizard
Please Make sure fill all the filed before click on next button
@push('scripts') @endpush @endsection