@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Çalışma Şartlarım' => '/department/working-conditions', ], ]) !!} @endsection @section('content') {{-- @dd($categories) --}}

Çalışma Şartlarınızı Ekleyiniz

@csrf
@csrf
@if ($errors->any()) @include('components.error-modal-second') @endif @if (session('success')) @include('components.success-modal') @endif @if (session('error')) {{ session('error') }} @endif
@endsection @section('javascript') @endsection