@extends('admin.layouts.app') @section('title', 'Admin - Create Game ') @section('content')

Create Game

@csrf
{{$errors->first('name')}}
{{$errors->first('email')}}
{{$errors->first('phone')}}
{{$errors->first('dob')}}
{{-- --}} {{$errors->first('gender')}}
{{$errors->first('image')}}
{{$errors->first('image')}}
@endsection @push('footerscript') @endpush