@extends('layouts.master') @section('css') @endsection @section('breadcrumb')

{{ __('Crear Cliente') }}

@endsection @section('content')

{{ __('Cliente / Customer') }}

@csrf
@if ($errors->has('cl_nombre')) {{ $errors->first('cl_nombre') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('cl_documento')) {{ $errors->first('cl_documento') }} @endif
@if ($errors->has('cl_celular')) {{ $errors->first('cl_celular') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('script') @endsection @section('script-bottom') @endsection