@extends('layouts.app') @section('content') @php function formatPath($path) { return str_replace(['/', ' '], ['-', ''], $path); } @endphp
CREAR CLIENTE
@csrf
{{-- @if ($type == 0)
@endif --}}
@endsection