@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Sözleşmelerim' => '/company/contracts', ], ]) !!} @endsection @section('content')
@include('components.pdfViewer') @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @endsection @section('javascript') @endsection