@extends('layouts.admin.index') @section('content')
Image
Info:
  • Upload Images Customer Slider: Only upload .jpg and .png only.
  • Recommended size : 2000 x 1414 px.
  • File Size: Please ensure the image file size is below 5MB.
After you submit, the images customer will be displayed on the slider.

Dashboard

Data Products
{{-- Success message --}} @if(session('success'))
{{ session('success') }}
@endif {{-- Error messages --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Upload Form --}}
@csrf

Existing Images

@forelse($imageCustomers as $image)
Customer Image
@csrf
@empty

No images found.

@endforelse
@endsection