@extends('master') @section('title', 'Search Results') @section('description', '') @section('keywords', '') @section('content')
@csrf
SHOW ALL
@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 {{ $timeshare->price }} {{ $timeshare->created_at }} {{ $timeshare->status }}
@stop