@extends('layout.layout') @section('content')
{{-- title1 cheack edit or add --}}
Home / @if ($action == 'edit') Edit Profile @else Add New Profile @endif
{{-- title2 cheack edit or add --}}

@if ($action == 'edit') Edit Profile @else Add New Profile @endif

{{-- route cheacking --}}
@csrf
{{-- firstname and lastname Row --}}
user_id) @endif> @if ($action == 'edit') Reset @else Generate @endif
{{-- DOB , Gender and Age --}}
Gender
{{-- Phone Number , Email , Address --}}
{{-- Height , Weight and BMR --}}
{{-- Primary Goal --}}
{{-- Subscription Level --}}
{{-- Progress Photo --}}
{{-- --}}
{{-- Submint Button --}}
{{-- Age calculate --}} {{-- Upload File Script --}} {{-- BMI Calculator Script --}} @endsection