Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/admin/badges/update.blade.php
Назад
@extends('admin.layouts.master') @section('title', 'Edit Badge') @push('admin-styles') @endpush @section('content') <div class="container-xxl flex-grow-1 container-p-y"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-8 col-xs-9 bhoechie-tab-container" style="background-color:white;"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 bhoechie-tab"> <div class="bhoechie-tab-content active"> <div class="p-5 mb-4"> <h5 class="card-header">Edit Badge </h5> <div class="card-body"> <form action="{{ route('badge.update.data', $badge->id) }}" method="POST" enctype="multipart/form-data"> @csrf @include('partials.alert') <div class="row"> <div class="col-md-12 mb-6"> <label class="form-label">Title <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <input type="text" class="form-control" name="title" value="{{ old('title', $badge->title) }}" placeholder="Enter title" /> </div> </div> <div class="row mt-3"> <div class="col-md-12 mb-12"> <div class="form-group"> <label for="exampleFormControlTextarea1">Description <i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <textarea name="description" class="form-control" id="exampleFormControlTextarea1" rows="3">{{ old('description', $badge->description) }}</textarea> </div> </div> </div> <div class="row mt-3"> <div class="col-md-12 mb-6"> <label class="form-label">Badge Image<i class="fa fa-asterisk small-font text-danger" aria-hidden="true"></i> </label> <small>Required image size: 116x135 pixels (width x height).</small> <input class="form-control" type="file" name="badge_image" id="open-image-form-File" onchange="previewOpenGraphUpdate()" accept=".png, .jpeg, .jpg"> </div> @if ($badge->getMedia('badge_image')->isNotEmpty()) <img id="existingOpenImage" src="{{ $badge->getFirstMediaUrl('badge_image') }}" width="300" height="200" class="img-fluid img-thumbnail" style="width:200px" /> @endif <img id="open-image-frame" src="" class="img-fluid img-thumbnail" /> </div> <div class="row mt-3"> <div class="col-md-12"> <a href="{{ route('badges') }}" class="btn btn-danger redirect-btn">Back</a> <button type="submit" class="btn btn-primary" onclick="showLoader()">Update</button> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> @endsection @push('admin-scripts') @endpush
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка