8 lines
106 B
PHP
8 lines
106 B
PHP
@extends('layouts.wizard')
|
|
|
|
@section('title', trans('general.wizard'))
|
|
|
|
@section('content')
|
|
|
|
@endsection
|