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

@yield('title')

@endsection @section('content')
< {{__("Back to All Categories")}}
@csrf
{{__("Add Category")}}
@if($languages->isNotEmpty())

{{ __("Translation") . " " . __("Optional") }}
@foreach($languages as $key => $language)
@endforeach
@endif
@endsection