@extends('layouts.admin') @section('content') @push('css') @endpush
Packages Lists
{{-- Clear --}}
@foreach ($packages as $package) @endforeach
Sl. Package Name Business Profit Ratio(%) Term of Month Profit Ratio(%) closing (0-3) Term of month closing (0-3) Profit Ratio(%) closing (3-6) Term of month closing (3-6) Profit Ratio(%) Closing (6-9) Term Closing (6-9) Profit Ratio(%) Closing (9-12) Term Closing (9-12) Profit Ratio(%) Closing (12-15) Term Closing (12-15) Status Action
{{$loop->iteration}} {{ $package->package_name }} {{ @$package->business->business_name }} {{ $package->profit_ratio }} {{ $package->term_of_month }} {{ $package->closing_one_profit_ratio }} {{ $package->closing_one_month }} {{ $package->closing_two_profit_ratio }} {{ $package->closing_two_month }} {{ $package->closing_three_profit_ratio }} {{ $package->closing_three_month }} {{ $package->closing_four_profit_ratio }} {{ $package->closing_four_month }} {{ $package->closing_five_profit_ratio }} {{ $package->closing_five_month }} {{ $package->status }} {{--
{{ csrf_field() }} @method("DELETE") --}}
{{-- --}}
{{--
--}}
@push('alljs') @endpush @endsection