@php $title = 'Edit Client Profile'; $header = null; @endphp @extends('admin.layouts.app') @section('content')
@csrf @method('PUT') @include('admin.client-profiles._form', ['profile' => $profile, 'submitLabel' => 'Update Profile'])
@endsection