@extends('admin.layout.base') @section('title', 'Update Notification ') @section('content')
@lang('admin.back')
@lang('admin.notification.update')
{{csrf_field()}}
@if(isset($notification->image)) @endif
@lang('admin.cancel')
@endsection @section('scripts') @endsection