@extends('backend.master') @section('title') {{ @$pt }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf
notify_student) checked @endif />
notify_gurdian) checked @endif />
@error('active_status')
{{ $message }}
@enderror
@php $sending_times = json_decode($setting->sending_time, true); @endphp @foreach ($shifts as $shift)
@error('sending_time')
{{ $message }}
@enderror
@endforeach
[student_name], [guardian_name], [attendance_date], [attendance_type], [admission_no] , [roll_no] , [class] , [section], [school_name]
@error('notification_message')
{{ $message }}
@enderror

{{ 'cd ' . base_path() . '/ && php artisan attendance:cron >> /dev/null 2>&1' }}

@endsection