@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf

{{ __('news_admin.data_news') }}

{{ __('news_admin.upload_image') }}

{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
status) ? ($news->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($news->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection