@extends('front.layouts.master') @section('content')
Package Information

{{ $plan->name }}

{{ $plan->price }}

{{ $plan->description }}

@if(isset($planServices) && count($planServices))

Package Features

    @foreach($planServices as $service)
  • {{ $service->name }}
  • @endforeach
@endif
@endsection