@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'İmza Föyü İşlemleri' => '/accounting/signature-sheet/index', 'Firmalar' => '/accounting/signature-sheet/company-list', 'Föyler' => '/accounting/signature-sheet/list/' . request()->segment(4), ], ]) !!} @endsection @section('content')
Tarih | Açıklama | Firma | Şube | Belge | Sil | Düzenle |
---|---|---|---|---|---|---|
{{ $item->date }} | {{ $item->description }} | {{ $item->headOffice->office_name ?? 'Firma Bulunamadı' }} | {{ $item->branchOffice->branch_name ?? 'Şube Bulunamadı' }} | @php $path = Str::substr($item->file_path, -3); @endphp | Düzenle | |
Hiç Föy Bulunamadı |