@extends('layouts.master') @section('title','Sorumluluk Sınav Tarih-Saat İşlemleri') @section('content')
@include('sorumlulukpages.menu')
Sorumluluk Sınavı: Tarih -Saat Aralığı Seçimi
@if($errors->any())
@foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif
    @csrf
    @endsection @section('css') @endsection @section('js') @include('layouts.table') @endsection