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

Editar Cliente

@if ($errors->any())
@endif
@csrf @method('PUT')
@endsection