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

Редактирование категории

{{$edit_category['name']}}

@if(Session::has('message')) @endif @if(Session::has('success')) @endif
{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{Request::root()}}/{{$edit_category['id']}}c/ @if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{--
--}}
{{-- @if ($errors->has('meta_title'))--}} {{-- --}} {{-- {{ $errors->first('meta_title') }}--}} {{-- --}} {{-- @endif--}}
{{--
--}}
{{-- @if ($errors->has('meta_desc'))--}} {{-- --}} {{-- {{ $errors->first('meta_desc') }}--}} {{-- --}} {{-- @endif--}}
{{--
--}}
{{-- @if ($errors->has('meta_key'))--}} {{-- --}} {{-- {{ $errors->first('meta_key') }}--}} {{-- --}} {{-- @endif--}}

{{-- Загрузить картинку--}} @include('admin.category.form-image')
@if(isset($edit_category['image']))
@else

Картинка не загружена

@endif
@endsection