@extends('layouts.main.main') @section('title') {{ $title }} | @endsection @section('content')

{{ $title }}

@if( !empty($antidoping->description)) {!! $antidoping->description !!} @else

No {{ $title }} Added

@endif
{{--
--}} @endsection