@extends('layouts.app')
@section('title', 'Consultor')
@section('content')
Regresar
* Por favor realiza la búsqueda del miembro, para poder asignarlo o en su defecto
crearlo.
@if($search)
{{$data['title']}} miembro
@if(!is_null($member))
{{ucwords($member->name).'
'.ucwords($member->surname)}} - {{$member->document}}
@else
@endif
@endif
@endsection
@section('scripts')
@stop