@extends('layouts.blank') @section('title') Isi Surat @endsection @section('content') @foreach($media as $value) @php($extension = explode('.', $value->file ?? '')) @php($extension = $extension[count($extension ?? [])-1] ?? '') @if($extension == 'pdf') file") }}" type="application/pdf" style="width: 100%;height: 600px"> @else file") }}" class="img-fluid" alt="" style="width: 100%;"> @endif
@endforeach @endsection