@extends('Layouts.adminLayout') @section('title') {{__('Insert Category Attribute')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Insert Category Attribute')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
{{__('Filter')}}
@endsection @section('script') @endsection