@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Firma Ayarları' => '/root/firm/settings', ], ]) !!} @endsection @section('content') @include('components.showImage')

Firmayı Düzenleyin

Firmanızın Ayarlarını Düzenleyiniz.

@csrf
Firma Adı
Firma Logosu @if ($firm->firm_logo_path) @php $path = Str::substr($firm->firm_logo_path, -3); @endphp @endif
Firma Logosu Beyaz @if ($firm->firm_logo_path_light) @php $path = Str::substr($firm->firm_logo_path_light, -3); @endphp @endif
Firma Telefonu
Firma E-Postası
Firma Adresi
Firma İmzası @if ($firm->firm_sign_path) @php $path = Str::substr($firm->firm_sign_path, -3); @endphp @endif
Gizlilik Sözleşmesi @if ($firm->confidentiality_contract_path) @php $path = Str::substr($firm->confidentiality_contract_path, -3); @endphp @endif
Açık Rıza Metni @if ($firm->express_consent_text_path) @php $path = Str::substr($firm->express_consent_text_path, -3); @endphp @endif
Firma Vergi Dairesi
Firma Vergi No
Firma Web Adresi
{{--
Firma Dosya Sunucusu Adresi
--}}
Avans Talep Oranı
Talep İçin Başlangıç Günü
Talep İçin Bitiş Günü
Prim İçin Çalışma Günü
Prim Ücreti
@include('components.pdfViewer') @if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) @include('components.error-modal') @endif @if (session('success')) @include('components.success-modal') @endif @endsection @section('javascript') @endsection