@extends('agent.layouts.app') @section('title', 'Dashboard') @section('content')
{{ $listing->title }} Add Photos All Listing
@if (session('success')) @endif @if (session('error')) @endif
@csrf
Drag and drop files here or click to upload

(Only JPEG, JPG and PNG files are allowed. Max size: 5MB)

@if (session('success')) @endif @if (session('error')) @endif
{{ $listing->title }} Photos
{{ $listing->title }} Photos Sorting
@endsection