@extends('layout.app', ['title' => 'Kiến thức ôn tập tổng hợp']) @push('style') @vite(['resources/css/landing.css']) @endpush @php // $domain = url('/'); // $pathFile = '/upload/kien thuc on tap tong hop/LY/co.pdf'; $path = 'http://docs.google.com/gview?url=' . $general_knowledge->content_link ? Storage::url($general_knowledge->content_link) : '' . '&embedded=true'; $fileExtension = strtolower(pathinfo($general_knowledge->content_link, PATHINFO_EXTENSION)); @endphp @section('content')
@include('layout.landing_banner', [ 'title' => 'kiến thức ôn tập tổng hợp', 'description' => 'Bạn nên ôn tập tổng hợp những kiến thức cần thiết nhé!', ]) @if ($fileExtension === 'pdf')
@include('open_viewpdf.open_pdf', ['filePath' => Storage::url($general_knowledge->content_link)]) {{-- --}}
@else @endif
@endsection