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

@yield('title')

@endsection @section('content')
< {{__("Back to All Categories")}}
@method('PUT') @csrf id }}>
{{__("Edit Categories")}}
status == 1 ? 'checked' : '' }}>{{ __('Active') }}
is_job_category == 1 ? 'checked' : '' }} >
price_optional == 1 ? 'checked' : '' }} >
{{__("Browse File")}}
{{__("Icon (use 256 x 256 size for better view)")}}
@if($languages->isNotEmpty())
{{ __("Translation") }}
@foreach($languages as $key => $language)
@endforeach
@endif
@endsection