@extends('layouts.app') @section('title', __('Notifications List')) @section('content') All Notifications Add @component('components.widget', ['class' => 'box-primary']) S.No. Notification For Type Header Body Image Image Placement Action {{-- @lang('sale.total'): --}} × Notification Preview @endcomponent {!! Form::close() !!} @endsection @section('javascript') @endsection