{{-- 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.