@extends('admin.layout.base') @section('title', 'Add Notification') @section('content')
@lang('admin.back')
@lang('admin.notification.add')
{{csrf_field()}}
@lang('admin.cancel')
@endsection @section('scripts') @endsection