@if(Session::has('success')) @elseif(Session::has('error')) @endif

{{tc('add')}} @foreach($news as $new) @endforeach
Id {{tc('status')}} {{tc('name')}} {{tc('promotion')}} {{tc('date')}} {{tc('action')}}
{{$new->id}} @if($new->status ==1)check_circle@else highlight_off @endif {{$new->name}} @if($new->promotion == 1) @else @endif {{changedate(date("Y-m-d", strtotime($new->created_at)))}} edit delete
{{--add news modal--}}