芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/resources/views/admin/team/edit.blade.php
@extends('layouts.admin.master') @section('content')
{{ __('content.edit_team') }}
{{ __('content.view_draft') }}
{{ __('content.back') }}
@if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PUT') @csrf @endif
{{ __('content.name') }}
*
{{ __('content.job') }}
{{ __('content.categories') }}
*
@foreach ($categories as $category)
id == $team->category_id ? 'selected' : '' }}>{{ $category->category_name }}
@endforeach
{{ __('content.thumbnail') }} ({{ __('content.size') }} 200 x 200) (.svg, .jpg, .jpeg, .png, .webp, .gif)
{{ __('content.please_use_recommended_sizes') }}
@if (!empty($team->section_image))
@else
@endif
@if (!empty($team->section_image))
@endif
{{ __('content.facebook_url') }}
{{ __('content.twitter_url') }}
{{ __('content.instagram_url') }}
{{ __('content.youtube_url') }}
{{ __('content.linkedin_url') }}
{{ __('content.order') }}
{{ __('content.status') }}
{{ __('content.select_your_option') }}
status == 'published' ? 'selected' : '' }}>{{ __('content.published') }}
status == 'draft' ? 'selected' : '' }}>{{ __('content.draft') }}
{{ __('content.required_fields') }}
{{ __('content.submit') }}
{{ __('content.delete') }}
×
{{ __('content.you_wont_be_able_to_revert_this') }}
@endsection