{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title','Form Layouts') {{-- vendor style --}} @section('vendor-style') @endsection {{-- page content --}} @section('content')

Includes predefined classes for easy form layout options.

Basic Form

Form with placeholder

Form with icon prefixes

account_circle
email
lock_outline
question_answer

Form with validation

account_circle
email
lock_outline
question_answer

Inline form

account_circle
lock_outline

Inline form with placeholder

account_circle
email

Form Advance

File
Range

@endsection