@extends('Layouts.adminLayout') @section('title') {{__('Insert Category')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Category')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('sales_percentage'))
{{ $errors->first('sales_percentage') }}
@endif
@if ($errors->has('file')) @endif
@if ($errors->has('product_type'))
{{ $errors->first('product_type') }}
@endif
@if ($errors->has('meta_title'))
{{ $errors->first('meta_title') }}
@endif
@if ($errors->has('meta_tags'))
{{ $errors->first('meta_tags') }}
@endif
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif
@if ($errors->has('facebook_meta_tags'))
{{ $errors->first('facebook_meta_tags') }}
@endif
@if ($errors->has('facebook_meta_image'))
{{ $errors->first('facebook_meta_image') }}
@endif
@if ($errors->has('facebook_meta_description'))
{{ $errors->first('facebook_meta_description') }}
@endif
@if ($errors->has('twitter_meta_tags'))
{{ $errors->first('twitter_meta_tags') }}
@endif
@if ($errors->has('twitter_meta_image'))
{{ $errors->first('twitter_meta_image') }}
@endif
@if ($errors->has('twitter_meta_description'))
{{ $errors->first('twitter_meta_description') }}
@endif
@endsection @section('script') @endsection