@extends('admin.layout.master') @section('title') Edit Property Images @endsection @section('content')
Edit Property Images
@forelse($property->property_images as $p=>$partner) @empty @endforelse
Id Image Created At Delete
{{ $p+1 }} {{ Carbon\Carbon::parse($partner->created_at)->format('d-m-Y') }}
@endsection @section('script') @endsection