@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.
@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