A collection of useful generator tools for web development.
@extends('layouts.master') @section('title') Developer's Best Friend @stop {{-- This `head` section will be yielded right before the closing tag. Use it to add specific things that *this* View needs in the head, such as a page specific styesheets. --}} @section('head') {{-- --}} @stop @section('content')
A collection of useful generator tools for web development.