@extends('layout.home') @section('content') @include('layout/header-image')
@include('layout.direction')
{{$topic}}
@if(isset($cop))
{!!$cop!!}
@else @endif
@endsection