@extends('base.layouts.master') @section('style') @endsection @section('content')
@lang('menu.ContentCategory.title') @lang('menu.ContentCategory.edit') ...
@if(count($errors))
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif @include('base.layouts.partials.general.message')
{{ csrf_field() }} @method('PUT')
@if(app()->getLocale() != 'en')
@endif

@lang('form.inputs.current-image')
@lang('form.inputs.choose-image')
@if(app()->getLocale() == 'en') @else @endif
@endsection @section('script') @endsection