@extends('layouts.app') @section('title', 'Registrar Vendedor') @section('content')
@csrf @include('vendedores.partials.form')
@endsection