@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.onbourding') }}@stop @section('page-header')
@endsection @section('content') @if (session()->has('RegisterDone')) @endif @if (session()->has('ERROR')) @endif @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}
1
2
3
4





@endsection @section('js') @endsection