@extends('layouts.panel') @section('title', 'Nuevo cliente') @section('content')
@include('clients._form')
@endsection