@extends('backend.layouts.app') @section('title', localize('setup_top_breaking')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('setup_top_breaking') }}
@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('background_color'))
{{ $errors->first('background_color') }}
@endif
@if ($errors->has('category_slug'))
{{ $errors->first('category_slug') }}
@endif
status == '1' ? 'checked' : '' }}> {{ localize('active') }}
status == '0' ? 'checked' : '' }}>{{ localize('inactive') }}
@endsection