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

Web Notice

Add New
@foreach($web_notice as $_web_notice) @endforeach
Title Url Apply Now Url Apply Now Enable Home Page Active Apply Now Page Active Is Active Action
@php if($_web_notice["title"]) $web_notice_title=$_web_notice["title"]; else $web_notice_title="--"; @endphp {{$web_notice_title}} {{ $_web_notice["url"] }} {{ $_web_notice["apply_now_url"] }} {{ $_web_notice["is_apply_now_enable"] }} {{ $_web_notice["home_page_active"] }} {{ $_web_notice["apply_now_page_active"] }} {{ $_web_notice["is_active"] }} Edit Delete
@endsection @section('modals') @parent @endsection @section('plugin_scripts') @endsection @section('page_scripts') @parent @endsection