@extends('layout.maincontant') @section('page-to-tittle')
S.no | Plans | Price | Activation Date | End Date | Invoice | |
---|---|---|---|---|---|---|
{{$i}} | @foreach($price as $plansnam) @if($bill->scheme==$plansnam->id){{$plansnam->name}} | @endif @endforeach @foreach($price as $plansnam) @if($bill->scheme==$plansnam->id){{$plansnam->price}} | @endif @endforeach{{ Carbon::parse($bill->plans_start_at)->format('d-m-Y') }} | {{ Carbon::parse($bill->plans_end_at)->format('d-m-Y') }} | @if($bill->scheme==1)@else | @endif |