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

Timeshare Agents under {{ Auth::user()->agency }}

Add an agent

@foreach($agents as $agent) @if($agent->timeshare_publish==1) @else @endif @endforeach
Name Email Phone Verified Edit Delete
{{ $agent->name }} {{ $agent->email }} {{ $agent->phone }}
links(); ?>
@stop