@extends('company.layouts.app') @section('title', 'Dashboard') @section('content')
{{$agent->full_name}} Add Photos All Listing
@if (session('success')) @endif @if (session('error')) @endif
@csrf
Drag and drop files here or click to upload
{{$agent->full_name}} All Photos
@foreach ($images as $image)
Delete
@endforeach
Showing {{ $images->firstItem() }} to {{ $images->lastItem() }} of {{ $images->total() }} results
{{ $images->links('vendor.pagination.bootstrap-4') }}
@endsection