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

Добавить категорию

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{Request::root()}}/
@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--}}
@endsection