@extends('layouts.admin.app') @section('title', 'Edit Feed') @push('style') @endpush @section('content')
@include('admin.layouts.alert')
@csrf @method('PUT')

Edit Post



@php($offerOn = old('is_offers', $post->is_offers) == 1) @php($sponsoredOn = old('is_sponsored', $post->is_sponsored) == 1)
media_type != 2 && $post->mediaUrl()) src="{{ $post->mediaUrl() }}" style="display:block;" @endif>

Drag & Drop media here

Replace image or video (optional)

@error('media')

{{ $message }}

@enderror
@endsection @push('script') @endpush