@extends('admin.layouts.form') @section('section', translate('Settings')) @section('title', translate('New badge')) @section('back', route('admin.settings.badges.index')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ translate('Allowed (PNG, SVG)') }}
@endsection