@extends('main') @section('content')

Edit Notification

@csrf @method('PUT')
@if($notification->action == "category") @elseif($notification->action == "subscription") @elseif($notification->action == "url") @endif
@if(!empty($notification->thumbnail))
team-2
@endif
@if(Session::get('admin_type') == "Demo")
Submit
@else @endif
@endsection