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

Edit My Timeshare details

@csrf @if($timeshare->verified==0)
@else
@endif
@stop