@extends('layouts.app') @section('page-css') @endsection @section('content')
{{ $page_title }}
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('danger'))
{{ session()->get('danger') }}
@endif
@csrf

Maximum of 5 MB per image / jpg, png, and gif / Max of 8

Sample filenames

Basic : filename_M_1_2_3_4.png

  • Name
  • Gender (M/F)
  • Avatar Item ID (Accessories)
  • Avatar Item ID (Head)
  • Avatar Item ID (Outfits)
  • Avatar Item ID (Skin)
Cancel
@include('pages.includes.footer')
@endsection @section('page-js') @endsection