@extends('admin.layout') @section('content') @php $status_title = \App\Models\Tutorial::$status_title; $type_title = \App\Models\Tutorial::$type_title; @endphp
@if(session('success_message')) @endif
{{ csrf_field() }}
Nhập thông tin thông báo
@if($errors->has('target_type')) {{$errors->first('target_type')}} @endif
@if($errors->has('target_id')) {{$errors->first('target_id')}} @endif
@if($errors->has('target_id')) {{$errors->first('target_id')}} @endif
@if($errors->has('post_url')) {{$errors->first('post_url')}} @endif
Lưu ý: Nếu không tìm thấy bài hướng dẫn, ấn vào đây để thêm bài viết, sau đó trở lại form này để tiếp tục.
@endsection