@if( !empty($antidoping->description))
{!! $antidoping->description !!}
@else
No {{ $title }} Added
@endif@extends('layouts.main.main') @section('title') {{ $title }} | @endsection @section('content')
No {{ $title }} Added
@endif