@extends('layouts.adminapp') @section('content')

{{ __('lng.salah_time') }}

{{ __('lng.salah_time') }}
@foreach ($EverydaySalahTimes as $SalahTime) @csrf @method('PATCH') @endforeach
{{ __('lng.Title') }} {{ __('lng.azan') }} {{ __('lng.iqama') }}
{{ __('lng.' . $SalahTime->title) }}
{{ __('lng.UpdatedSuccessfully') }}
{{ __('lng.UpdatedSuccessfully') }}
@foreach ($SpecialSalahTimes as $SalahTime)
is_active) checked @endif>

is_highlighted) checked @endif onchange="SpecialSalahTimes_update('feed1_',{{ $SalahTime->id }})">
{{ __('lng.UpdatedSuccessfully') }}
@endforeach
@endsection