@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'M' ) Occasion Back @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Occasion Edit Occasion Name* Occasion Date* Occasion Link Occasion Heading Status : occ_heading_status == 'Y' ? 'checked' : '' }}> Yes occ_heading_status == 'N' ? 'checked' : '' }}> No @endif @endsection