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

Create Game Type

@csrf
{{$errors->first('type')}}
@endsection @push('footerscript') @endpush