@extends('admin.layout') @section('content')
Edit client
@method('PUT') @include('admin.clients.form', ['client' => $client])
@endsection