@extends('layouts.master') @section('content')

Nuevo Cliente

@csrf @include('client.form', ['submitButtonText' => 'Guardar'])
@endsection