@extends('layouts.app') @section('content')

@if($data->id=="")Add @else Edit @endif Custom Notifications

@csrf @if($data->id!="") @method('put') @endif

( Note: only jpg, jpeg, png formats are allowed & Maximum file size should be less then 2 MB)

@if($data->image!="")
@endif
@endsection