@extends('layouts.app') @section('css') @endsection @section('meta_title'){{$data->meta_title}}@endsection @section('meta_desc'){{$data->meta_description}}@endsection @section('meta_author'){{"Author"}}@endsection @section('meta_keyword'){{"Keyword"}}@endsection @section('canonical'){{url()->current()}}@endsection @section('content')
{!! $data->description !!} @section('js') @endsection @endsection