@extends('bucketadmin.master') @if($client->prospect == 0) @section('pageTitle', 'Cliente') @else @section('pageTitle', 'Prospecto') @endif @push('styles') @endpush @section('template-content') @include('partials.messages') @endsection @push('scripts') @endpush