@extends('main') @section('h_title', 'All Regular Packages') @section('package_main', 'active') @section('package_main_expand', 'true') @section('package_show_main', 'show') @section('regular_main', 'active') @section('regular_show', 'show') @section('regular_view', 'active') @push('css_cdn') @endpush @section('body')
All Regular Packages
@foreach($packages as $data) @endforeach
SR No. Operator Package Name Buying Selling Discount Validity Created At Action
{{ $loop->iteration }} {{ $data->operator }} {{ $data->package }} {{ $data->name }} {{ $data->buying_price }} BDT {{ $data->selling_price }} BDT {{ $data->discount_price }} BDT {{ $data->validity }} {{ \Carbon\Carbon::make($data->created_at)->format('D, d M Y') }}
@endsection @push('js_cdn') @endpush @push('js') @endpush