@vite(['resources/css/app.css']) @include('includes.admin-header')

Upload Marketing Content

@if(session('success')) @endif
@csrf

Upload an image (PNG, JPG, JPEG, GIF) - Max: 15MB

    @foreach($marketingContents as $content)
  • {{ Str::limit($content->caption, 50) }}

    @csrf @method('DELETE')
  • @endforeach