You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
291 B
PHTML
11 lines
291 B
PHTML
5 years ago
|
@extends('layouts.app')
|
||
|
|
||
|
@section('page-name','Dashboard')
|
||
|
|
||
|
@section('content')
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<iframe src="{{ asset('manualbook.pdf') }}" frameborder="0" class="col-12" style="min-height: 800px"></iframe>
|
||
|
</div>
|
||
|
</div>
|
||
|
@endsection
|