@if (session()->has('success'))
{{ __('text.success') }} ! {{ session()->get('success') }}.
@endif
@if (session()->has('error'))
{{ __('text.error') }} ! {{ session()->get('error') }}.
@endif
{{ isset($data) ? __('text.edit') : __('text.add') }} {{ __('text.blog') }}