@include('components.theme.pages.header')
@csrf @if(session()->has('success'))
{{ session()->get('success') }}
@else @if(session()->has('error'))
{{ session()->get('error') }}
@endif @endif
description) ? 'click here' : 'Thumbnail isnt exist here' ?>
@include('components.theme.pages.footer')