@extends('layouts.app') @section('page_css') @parent @endsection @section('theme_css') @endsection @section('content')

Update Web Notice

@csrf
@php $is_apply_now_enable_checked=""; if($web_notice[0]['is_apply_now_enable']=='Y') $is_apply_now_enable_checked="checked"; @endphp
@php $home_page_active_checked=""; if($web_notice[0]['home_page_active']=='Y') $home_page_active_checked="checked"; @endphp
@php $apply_now_page_active_checked=""; if($web_notice[0]['apply_now_page_active']=='Y') $apply_now_page_active_checked="checked"; @endphp
@php $is_active_checked=""; if($web_notice[0]['is_active']=='Y') $is_active_checked="checked"; @endphp
Cancel
@endsection @section('plugin_scripts') @endsection @section('page_scripts') @parent @endsection