@extends('front.layout.app') @section('css') @endsection @section('content') {{$template->name}} {{$template->short_description}} View Preview Templates Feature {!! $template->full_description !!} Step 1 - Choose your Plugins Step 2 - Choose Hosting Plans Step 3 - Payment Selected plugins (0) Buy @foreach($plugins as $plugin) {{$plugin->name}} {{$plugin->description}} £{{$plugin->price}} @endforeach Back to plugins @foreach($packages as $package) {{$package->name}} £ {{number_format($package->price,2)}} @if($package->features->isNotEmpty()) @foreach($package->features as $feature) ✔ {{$feature->feature_name}} @endforeach @endif @if(Auth::guard('front')->check()) Choose plan @else Login To Proceed @endif @endforeach @endsection @section('script') @endsection
{{$template->short_description}}