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