@extends('admin.layout') @section('content')
@if(session('success_message')) @endif
{{ csrf_field() }}
Nhập thông tin thông báo
@if($errors->has('title')) {{$errors->first('title')}} @endif
@if($errors->has('message')) {{$errors->first('message')}} @endif
@if($errors->has('content')) {{$errors->first('content')}} @endif
@if($errors->has('target')) {{$errors->first('target')}} @endif
Lưu ý: Nếu chưa có link nội dung, ấn vào đây để thêm bài viết, sau đó điền link bài viết nhận được vào mục nội dung.
@endsection