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

Pre-listed Weeks

@csrf
@foreach($timeshares as $timeshare) @endforeach
Agency Resort Week Module Unit Beds Season Region Amount Submitted Status Select
{{ $timeshare->agency }} {{ $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