{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Tour') {{-- vendor style --}} @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection {{-- page content --}} @section('content')
Shepherd is a JavaScript library for guiding users through your app. It uses Tether, another open source library, to render dialogs for each tour "step". Among many things, Tether makes sure your steps never end up off screen or cropped by an overflow.
Tour
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection