@extends('layouts.app')
@section('title', __('Notifications List'))
@section('content')
@component('components.widget', ['class' => 'box-primary'])
| SL No. |
Schedule Date/time |
Type |
Subject |
Text |
Photo |
Sponsor Name |
Action |
| 1. |
E-mal |
Test |
Test Description |
}}) |
RAM |
';
|
@endcomponent
{!! Form::close() !!}
@endsection
@section('javascript')
@php $asset_v = env('APP_VERSION'); @endphp
@endsection