@extends('layouts.app') @section('css') @endsection @section('content') @if(session('danger')) × {{ session('danger') }} @endif @includeif('partials.errors') Ubah Data Artikel {{ method_field('PATCH') }} @csrf Judul* {!! $errors->first('subject', ':message') !!} Gambar Thumbnail* Foto Lama: {{$berita->image}} File upload maksimal: 2Mb {!! $errors->first('image', ':message') !!} Tanggal Aktif* {!! $errors->first('tgl_active', ':message') !!} Tanggal Tidak Aktif* {!! $errors->first('tgl_inactive', ':message') !!} Link Halaman Artikel* {!! $errors->first('pageurl', ':message') !!} @endsection @section('js') @endsection
Foto Lama: {{$berita->image}}
File upload maksimal: 2Mb