@extends('master') @section('title', 'Pre-listed Weeks') @section('description', '') @section('keywords', '') @section('content')

{{ $agency->agency }} pre-listed weeks

@csrf
@foreach($timeshares as $timeshare) @endforeach
Owner Agent Resort Week Module Unit Beds Season Region Amount Submitted Status Select
{{ $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 }}
PUBLISH THE REST BACK
links(); ?>
@stop