@extends('dashboard.layouts.main')
@section('container')
Image Property
@if (session()->has('success'))
{{ session('success') }}
@endif
Create a New Property
| # |
Property |
Name |
Image |
Action |
@foreach ($properties as $property)
| {{ $loop->iteration }} |
{{ $property->property }} |
{{ $property->name }} |
|
|
@endforeach
@endsection