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

{{$head ?? '' }}

@if($category ?? '' && $category->id) @method('PUT') @endif @csrf @foreach($languages as $language)
@endforeach @include('admin.partials._upload_photo', ['item_value'=>old('image', $category->image ?? ''), 'label_name'=>meta('image', getCurrentLocale()) ?? __('categories.image'), 'input_name'=>'image'])
{{--Start image container--}} {{--
--}} {{-- --}} {{-- image ?? "")}}"/>--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- {{__('dashboard.choose')}}--}} {{-- --}} {{-- --}} {{--
--}} {{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection