@extends('layouts.public')
@section('metatags')
@if(strlen($brand) > 0)
{{ ucwords(str_replace('-', ' ', $brand)) }} | Debloquer Telephone
@else
Manipulation | Debloquer Telephone
@endif
@endsection
@section('content')
@include('partials.topmenu')
Manipulations
Choisissez la marque de votre portable pour consulter la manipulation adequate.
@if(strlen($brand) > 0)
@include('manipulation.'.$brand)
@endif
@include('partials.footer-cta')
@include('partials.footer')
@endsection