@extends('layouts.master') @section('title') Form Elements @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Form Elements @endslot @slot('subtitle') Form @endslot @endcomponent

Textual inputs

Here are examples of .form-control applied to each textual HTML5 <input> type.

@endsection @section('scripts') @endsection