@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")}}
@foreach($languages as $key => $lang)
id == 1) data-parsley-required="true" @endif>
@if($lang->id == 1)
{{__("Browse File")}}
{{__("Icon (use 256 x 256 size for better view)")}}
status == 1 ? 'checked' : '' }}>
is_job_category == 1 ? 'checked' : '' }} >
price_optional == 1 ? 'checked' : '' }} >
@endif
@endforeach
@endsection