@extends('frontend.layout.app') @section('content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
  • Awesome Image

{{ $data->title }}

{{ $data->description }}

Contact: +{{ websiteSetupValue('whats_app_number') }}
@endsection