@extends('master') @section('title', 'Admin') @section('description', '') @section('keywords', '') @section('content')

No results found, please try again. ×

All Timeshare Weeks

@csrf

@foreach($timeshares as $timeshare) @if($timeshare->published==1) @else @endif @endforeach
Owner Agent Resort Week Module Unit Beds Season Region Amount Submitted Publish Status Edit Delete
{{ $timeshare->owner }} {{ $timeshare->agent }} {{ $timeshare->resort }} {{ $timeshare->week }} {{ $timeshare->module }} {{ $timeshare->unit }} {{ $timeshare->bedrooms }} {{ ucfirst(trans($timeshare->season)) }} {{ ucfirst(trans($timeshare->region)) }} R {{ number_format($timeshare->price, 2) }} {{ $timeshare->created_at }} {{ $timeshare->status }}
links(); ?>
@stop