@extends('admin.layout') @section('content') @php $type_title = \App\Models\PostSale::$type_title_key @endphp
{{ csrf_field() }}
Đăng tin
@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('content')) {{$errors->first('content')}} @endif
Title Test

Hello this is a test.

Preview

@endsection @section('extra-js') @endsection