@extends('dashboard.layouts.postmain') @section('dashboardcontent')
@csrf Game File Upload
Actions
  • Status: Draft Visibility: Public Schedule: Now Readability: Ok
Featured
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Game Image
    User Avatar
@endsection