@extends('layouts.app') @section('content')
@csrf @if($client->id) @method('PUT')

編輯: {{ $client->name }} {{ $client->id }}

@endif
@endsection