@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')}}
@if(!empty($plan))
Card image
{{--
--}} {{-- img--}} {{--
--}}

{{ $plan->translation->title }}

{!! $plan->translation->content !!}

@else
{!! __("No record found.") !!}
@endif @include('front.common.model')
@endsection