@extends('admin.layouts.app') @php if(!empty($id)){ $mode = "Edit"; $action = route('notification.type.edit',$id); } else { $id = 0; } @endphp @section('content')