@extends('layouts.app') @section('title', __('app.stock_wizard')) @section('content')

{{ __('app.stock_wizard') }}

{{ __('app.stock_wizard_hint') }}

{{ __('app.stock') }}
@csrf
1{{ __('app.mobile') }}
2IMEI
3{{ __('app.source') }}
4{{ __('app.price') }}
5{{ __('app.finish') }}
{{ __('app.mobile_details') }}
IMEI / {{ __('app.serial') }}
{{ __('app.source') }}
{{ __('app.price_payment') }}
{{ __('app.finish') }}
@endsection