@extends('layouts.adminapp') @section('title') {{ __('lng.SalahTime') }} @endsection @section('active_app_management', 'active') @section('open_app_management', 'open') @section('active_salah_time', 'active') @section('content')

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

{{ __('lng.SalahTime') }}
@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)
{{ __('lng.' . $SalahTime->title) }}
is_active) checked @endif>
is_highlighted) checked @endif onchange="SpecialSalahTimes_update('feed1_',{{ $SalahTime->id }})">
@endforeach
@endsection