| Serial | Profit Percentage | Created |
|---|---|---|
| {{ $profit_percentage->id }} | {{ $profit_percentage->profit_percentage }}% | {{ $profit_percentage->created_at->format('d-m-Y') }} |
@extends('Admin.admin_dashboard_links') @section('content')
| Serial | Profit Percentage | Created |
|---|---|---|
| {{ $profit_percentage->id }} | {{ $profit_percentage->profit_percentage }}% | {{ $profit_percentage->created_at->format('d-m-Y') }} |