@extends('layouts.admin') @section('content')

{{ __('Edit Ranking Level') }}

@csrf @method('patch')
@if($level->badge_image) @else @endif

{{ __('Badge Image') }}

@if ($errors->has('badge_image')) {{ $errors->first('badge_image') }} @endif

{{ __('Accepted Image Files') }}: PNG,JPG
{{ __('Accepted Size') }}: 86 x 66 (1MB)

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('serial_no')) {{ $errors->first('serial_no') }} @endif
@if ($errors->has('earning')) {{ $errors->first('earning') }} @endif
@if ($errors->has('student')) {{ $errors->first('student') }} @endif
@updateButton
@endsection @push('style') @endpush @push('script') @endpush