@extends('layouts.main-layout') @section('title', 'Sow App - Profiles') @section('content')

Profile - {{ $profile->client_firstName }} {{ $profile->client_lastName }}

@csrf
@endsection