@extends('layouts.front') @section('content')

Pricing

Our Pricing

Best Packages

@foreach ($plans as $plan)
{{ $plan->name }}
@if ($loop->iteration == 1)
Popular
@endif
{{ $plan->price }}$
for {{ $plan->duration }} days
CHOOSE PLAN
{!! $plan->description !!}
@endforeach
@endsection @section('scripts') @endsection