@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Ön Kayıtlar' => '/operation/randevu', 'Ön Kayıt Oluştur' => '/operation/randevu/create', ], ]) !!} @endsection @section('content')
@csrf
@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