@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','Form Validation') @section('vendor-styles') @endsection {{-- page-styles --}} @section('page-styles') @endsection @section('content') jQuery Validation Name Email Password Confirm Password Country Select Country USA UK France Australia Spain Profile pic Choose profile pic Gender Male Female Bio Agree to our terms and conditions Submit @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection