@extends('frontend.layouts.app') @section('content') @if($data)
{{$data->altTag}}
@endif
@if($data)

{{$data->title}}

{!! $data->content !!} @else

Content Not Available

@endif

Enquiry For

@if (Session::has('success'))

{{Session::get('success')}}

@endif
@csrf
@endsection