@extends('layouts.master') @section('title', 'Addons Manager') @section('parentPageTitle', 'Addons Manager') @section('content')
@for ($i = 0; $i < 6; $i++)
@endfor
@endsection @section('page-script') @endsection