@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 : premium facial hair_M_4_500_2020-4-15.png

  • Name
  • Gender (M/F)
  • Attribute ID
  • Points
  • Publish Year
  • Publish Month
  • Publish Day

Gift : GIFT_guy valentines shades_M_2020-3-01_2020-3-31_SELECTED_2681-2679_2682.png

SELECTED USER

  • GIFT
  • Name
  • Gender (M/F)
  • Valid From
  • Valid Until
  • Sender (SELECTED)
  • Coach IDs
  • Coachee IDs

Gift : GIFT_girl valentines shades_F_2020-3-01_2020-3-31_ALL_3_4.png

ALL

  • GIFT
  • Name
  • Gender (M/F)
  • Valid From
  • Valid Until
  • Sender (ALL)
  • All Coaches (Role ID = 3)
  • All Coachees (Role ID = 4)
Cancel
@include('pages.includes.footer')
@endsection @section('page-js') @endsection