@extends('motomel.plantilla') @section('scripts') @endsection @section('breadcrumb')
@if($globalId == 0)

Nuevo vendedor

@else

Modificar vendedor

@endif
@endsection @section('contenido')
Datos vendedor
@endsection