@extends('layouts.admin') @section('title') Tambah Blog / Story @endsection @section('customStyle') @endsection @section('content')
Tambah Blog / Story
Kembali
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Kembali --}}
@endsection @section('script') @endsection