@extends('layouts.app') @section('content')

Content Category Edit

@if (session('success'))
{{ session('success') }}
@endif
@csrf

Edit Content Category

apply_for_content == 1 ? 'checked' : '' }}>      apply_for_content == 0 ? 'checked' : '' }}>
apply_for_advertisement == 1 ? 'checked' : '' }} >      apply_for_advertisement == 0 ? 'checked' : '' }}>
apply_for_video == 1 ? 'checked' : '' }}>      apply_for_video == 0 ? 'checked' : '' }}>
apply_for_article == 1 ? 'checked' : '' }}>      apply_for_article == 0 ? 'checked' : '' }}>
is_active == 1 ? 'checked' : '' }}>      is_active == 0 ? 'checked' : '' }}>
@endsection