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



{{__('home.bering_confirm_number')}}


@endsection @section('js') @endsection