@extends('layouts.admin_default') @section('title', 'Dst Time After 2022 Table') @section('page', 'Dst Time Before 2022 / List') @section('content')
@if(isset($errors) && $errors->any()) @foreach($errors->all() as $error )
{{$error}}
@endforeach @endif @if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
{{-- --}}
Apply action on checked record.
Country Start Year Start Month Start Day Start hr Start min Forward Time by hr End Year End Month End day End hr End min Backward Time by hr Created Date Action
Country Start Year Start Month Start Day Start hr Start min Forward Time by hr End Year End Month End day End hr End min Backward Time by hr Created Date Action
@endsection @section('footer') @endsection