@extends('layouts.back-end.body') @section('content')

{{ __('message.category') }} {!! $title !!}

@csrf @if (isset($row)) @endif

{{ __('message.please select an image') }}

your image
@if (isset($row->thumbnail))
@else @endif
@endsection