@extends('layouts.admin') @section('title') Agencies @stop @section('body-class') open hide-secondary-sidebar @stop @section('main')

Agencies

@for ($i=0; $i<10; $i++) @endfor
ID Photo Title Phone Plan Date
#123 Effective Real Estate +0123-456-789 Bronze 11/20/2015 Edit Delete
@include('helpers/misc/pagination') @stop