@extends('layouts.backend.app') @section('content')
@csrf
{{ __('Enable this option to optimize your images loading on the website. They will be loaded only when user will scroll the page.') }}

@php if (!empty($info->image)) { $img=$info->image; } else{ $img='admin/img/img/placeholder.png'; } @endphp

{{ __('Add your custom image placeholder that will be used before the original image will be loaded') }}.
@include('admin.media.mediamodal') @endsection @section('script') @endsection