@extends('layouts.dashboard') @section('content')
@if (Session::has('message'))
@endif
Score Management
@php $route = route('score-management.add'); @endphp @include('admin.score-management._form',['engines'=>$engines])
@endsection