@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')
@if(strlen($brand) > 0)
@include('manipulation.'.$brand)
@endif
@include('partials.footer-cta') @include('partials.footer') @endsection