@extends('layouts.app')
@section('seoheader')
{!! $seo ?? '' !!}
@endsection
@section('content')
@include('utils.preloader')
@include('layouts.header')
@if (Session::get('alert'))
Debes completar tus Datos de Factura para que puedas tener Perfil de DISTRIBUIDOR o Solicitar Perfil de DISTRIBUIDOR.
@endif
@include('layouts.newsletter')
@include('layouts.footer')
@include('utils.backtop')
@endsection
@section('scripts_custom')
@endsection