@extends('layouts.main') @section('title') {{__("Create Categories")}} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
< {{__("Back to All Categories")}}
@csrf
{{__("Add Category")}}
@foreach($languages as $key => $lang)
id == 1) data-parsley-required="true" @endif>
@if($lang->id == 1)
@endif
@endforeach
@endsection