@extends('layouts.admin') @section('title','Tambah Berita') @section('header','Tambah Berita') @section('content')
@csrf {{-- JUDUL --}} {{-- ISI --}} {{-- GAMBAR --}} {{-- PUBLISH --}}
{{-- SUBMIT --}}
@endsection