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