@extends('layouts.app') @section('urlContent') @if ($preMeeting) {!! view('components.breadcrumbs', [ 'b_items' => [ 'Dışarıdan Gelen Kayıtlar' => '/randevu/external-registers', 'Kayıt Oluştur' => '/randevu/olustur', ], ]) !!} @else {!! view('components.breadcrumbs', [ 'b_items' => [ 'Kayıt Oluştur' => '/randevu/olustur', ], ]) !!} @endif @endsection @section('content')