@extends('layouts.admin') @section('title', 'Create Post') @section('header', 'Create Post') @section('content')
@csrf
@foreach(['image', 'video', 'article'] as $type) @endforeach
@endsection