@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@include('backend.global.header-card') @include('backend.global.validation')
@method('PUT') @csrf
@if ($blog->banner_uid != null) @include('backend.global.show-file-modal', [ 'route' => route('blog.banner', $blog->banner_uid), 'input_name' => 'banner', 'name' => 'Imagem Banner', ]) @endif
{{-- Tamanho (720x500) --}}
@if ($blog->banner_uid != null) @include('backend.global.show-file-modal', [ 'route' => route('blog.thumbnail', $blog->thumbnail_uid), 'input_name' => 'thumbnail', 'name' => 'Imagem Thumbnail', ]) @endif
{{-- Tamanho (720x500) --}}
@endsection