@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Sözleşmelerim' => '/company/contracts', ], ]) !!} @endsection @section('content')
{{-- @forelse ($data as $item) --}} @if ($data != null) @else @endif {{-- @empty --}} {{-- @endforelse --}}
Açıklama Belge
Sözleşmenizi Görüntüleyin @php $path = Str::substr($data, -3); @endphp
Sözleşme bulunamadı
@include('components.pdfViewer') @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @endsection @section('javascript') @endsection