@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('suvidha_kendra')){{ $errors->first('suvidha_kendra') }}@endif
@if ($errors->has('date')){{ $errors->first('date') }}@endif
@if ($errors->has('time')){{ $errors->first('time') }}@endif
@if ($errors->has('employee')){{ $errors->first('employee') }}@endif
@endsection