@extends('layouts.public') @section('metatags') Commande | Debloquer Telephone @endsection @section('content')

Commande

DÉBLOQUER VOTRE TÉLÉPHONE MOBILE EN QUELQUES MINUTES

CODE DÉBLOCAGE
{{ $order->operator }}
MARQUE ET MODÈLE
{{ $order->phone }} {{ $order->model }}
IMEI
{{ $order->imei }}

INFORMATIONS PERSONNELLES

{{ csrf_field() }}
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
sms_included == 0) style="display: none;" @endif>
sms_included != 0) value="{{ $order->sms_included }}" @endif class="form-control" placeholder="Entrez ici votre numero de portable" name="phone_number">

MODE DE PAIEMENT

@endsection @section('custom_js') @endsection