@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Plan Detail') @section('content')
Plan Detail Info
{{ $plan->plan_name }} {!! $plan->recommand == 1 ? 'Recommanded' : '' !!} {!! $plan->large == 1 ? 'For Business' : '' !!}

{{ $plan->bandwidth }} Mb/s

{!! $plan->description !!}
@endsection