@extends('admin.layout') @section('css') @endsection @section('content')

{{$module->title}}

{{ ucwords(str_ireplace("_", " ",$module->heading))}}

  • STORE CATEGORY
    {{$category->title}}
  • TRACKING URL
    {{$module->tracking_url}}
  • DIRECT URL
    {{$module->direct_url}}
  • META TITLE
    {{$module->meta_title}}
  • META DESCRIPTION
    {{$module->meta_description}}
  • META KEYWORDS
    {{$module->meta_keywords}}
Short Description:
{!! $module->short_des !!}
Long Description:
{!! $module->long_des !!}
@endsection @section('js') @endsection