@extends('admin.layout.app') @section('content')
{{-- Card --}}

Create Playtime

@csrf {{-- Category Name --}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
{{-- Description --}}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{-- Category Image --}}
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
Recommended size: 1200 x 800px. Only jpg, png, jpeg allowed.
{{-- Status --}} {{-- Submit --}}
{{-- /Card --}}
@endsection @push('scripts') @endpush