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

All News Room

@foreach ($newsrooms as $newsroom) @endforeach
Image Name Short Description Status Action
your image {{$newsroom->title}} {{$newsroom->short_description}}
status ? 'checked' : '' }} data-switch="success" />
@method('DELETE') @csrf
@endsection