@extends('petugas.layouts.layout_dashboard') @section("title") Tambah Berita @endsection @section("breadcrumb") @endsection @section('header-scripts') @endsection @section("content")
add

Tambah Berita

{{ Form::open(['route' => ['petugas.berita.store'],'method'=>'POST','enctype'=>"multipart/form-data",'files'=>true]) }}
...
Pilih Gambar Pilih Gambar Remove
@error('gambar') {{ $message }} @enderror
@error('judul') {{ $message }} @enderror
@error('konten') {{ $message }} @enderror

{{ Form::close() }}
@endsection