@extends('layouts.master') @section('title') {{ __('notifications') }} @endsection @section('content')

{{ __('create') . ' ' . __('notifications') }}

@csrf

{{ __('list') . ' ' . __('notifications') }}

{{ __('id') }} {{ __('no.') }} {{ __('title') }} {{ __('message') }} {{ __('image') }} {{ __('type') }} {{ __('date') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection