@extends('layout.maincontant') @section('page-to-tittle')
Transcation
@endsection @section('main-content-top-nav-btn') @endsection @section('main-content')
@php use Carbon\Carbon; $i=1; @endphp @foreach($billings as $bill) @foreach($price as $plansnam) @if($bill->scheme==$plansnam->id) @endif @endforeach @foreach($price as $plansnam) @if($bill->scheme==$plansnam->id) @endif @endforeach @if($bill->scheme==1) @else @endif @php $i++; @endphp @endforeach
S.no Plans Price Activation Date End Date Invoice
{{$i}}{{$plansnam->name}}{{$plansnam->price}}{{ Carbon::parse($bill->plans_start_at)->format('d-m-Y') }} {{ Carbon::parse($bill->plans_end_at)->format('d-m-Y') }}
@endsection