@extends('Admin.admin_dashboard_links') @section('content')
@include('Admin.admin_dashboard_sidebar')
@if (isset($profit_percentage)) @else Nothing Added Yet @endif
Serial Profit Percentage Created
{{ $profit_percentage->id }} {{ $profit_percentage->profit_percentage }}% {{ $profit_percentage->created_at->format('d-m-Y') }}

Profit Percentage Add

@csrf @if (session('success')) @endif @if (session('error')) @endif
{{-- --}}
@endsection