@extends('dashboard.layouts.master') @section('content') {{__('admin.All News')}} {{__('admin.Home')}} {{__('admin.All News')}} {{__('admin.All News')}} {{__('admin.create new news')}} {{__('admin.Title')}} {{-- place--}} {{-- type--}} {{__('admin.status')}} {{__('admin.Controll')}} @foreach ($news as $new) {{ $new->title }} {{----}} {{--{{ $journal->place }}--}} {{----}} {{----}} {{--{{ $journal->type }}--}} {{----}} status == 1)checked @endif data-id="{{$new->id}}" id="customSwitch4" /> {{ method_field('delete') }} {{ csrf_field() }} {{-- --}} @endforeach @endsection @push('scripts') @endpush