@extends('layouts.app') @push('styles') @endpush @section('content')
@include("layouts.partials.validate_alert")

Edit Data {{ $title }}

@csrf @method('PUT') @include("pages.rank.form")
@endsection @push('scripts') @endpush