{{-- extend Layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Range Slider') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page content --}} @section('content')
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection