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