@extends('layouts.app') @section('title') {{ Lang::has('pages.' . $response->slug) ? __('pages.' . $response->slug) : $response->title }} -@endsection @section('description_custom'){{$response->description ? $response->description : trans('seo.description')}}@endsection @section('keywords_custom'){{$response->keywords ? $response->keywords.',' : null}}@endsection @section('content')

{{ Lang::has('pages.' . $response->slug) ? __('pages.' . $response->slug) : $response->title }}

{!! $response->content !!}
@endsection