@extends('agent.layouts.app') @section('title', 'Dashboard') @section('content')
{{ $listing->title }} Add Photos
All Listing
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ 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'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
{{ $listing->title }} Photos
{{ $listing->title }} Photos Sorting
@endsection