@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Departmanlar' => '/branch/departments', 'Departman Düzenle' => '/branch/edit/department/' . $department->id, ], ]) !!} @endsection @section('content')
@csrf
Departman Adı
Yetkili Telefon Numarası
Yetkili Adı
Yetkili Soyadı
Yetkili Emaili
Şifre
Adres İçin Bağlantı
Şube Onayı
{{--
Çalışma Tipİ
--}}
@include('components.showImage') @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