@extends('template')
@section('content')
Player Export
@if ($errors->any())
{{ __('Something went wrong.') }}
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if($success)
@endif
@if($data)
@endif
Click here for full instructions
@endsection
@section('scripts')
@endsection