@extends('layouts.dashboard') @section('content')
Score Management
@php $route = route('score-management.edit',['id'=>$score->id]) @endphp @include('admin.score-management._form',['engines'=>$engines])
@endsection