@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')

Developer's Best Friend

A collection of useful generator tools for web development.

Lorem Ipsum Random User Password Color Palette
@stop {{-- This `body` section will be yielded right before the closing tag. Use it to add specific things that *this* View needs at the end of the body, such as a page specific JavaScript files. --}} @section('body') {{-- --}} @stop