@extends('layouts.admin.main') @section('title', 'Fitness Goal') @section('header')
@endsection @section('content')

Fitness Goals

@csrf
Loading...
@include('layouts.messages')
@endsection @section('scripts') @parent {{-- --}} @endsection