@extends('admin.layouts.master') @section('content')
@if($errors) @foreach($errors as $error) @endforeach @endif @if(session()->get('success')) @endif

Yorum resim işlemleri

Aşağıda ki formdan anasayfada bulunan müşteri yorumları arkaplan resmini yönetebilirsiniz.Sayfanızın görsel sağlığı açısından eksiksiz doldurun

@csrf @method('PUT')
@if($yorumresim && $yorumresim->resim) Logo @endif
@if($yorumresim && $yorumresim->resim2) Logo @endif
@if($yorumresim && $yorumresim->resim3) Logo @endif
@if($yorumresim && $yorumresim->resim4) Logo @endif
@endsection