@extends('admin.layout') @section('content')
@php $type_title = \App\Models\PostSale::$type_title_key @endphp
{{ csrf_field() }}
Chỉnh sửa tin khuyến mãi
@if($errors->has('type')) {{$errors->first('type')}} @endif
@if($errors->has('title')) {{$errors->first('title')}} @endif
@if($errors->has('desc')) {{$errors->first('desc')}} @endif
Upload
{{----}}
@if($errors->has('thumbnail')) {{$errors->first('thumbnail')}} @endif
@if($errors->has('thumbnail')) {{$errors->first('content')}} @endif
{{$postSale->title}}

{{$postSale->desc}}

{!! $postSale->content !!}
@endsection @section('extra-js') @endsection