@extends('admin.layout.index') @section('title') {{ __('messages.tenderCategory') }} @endsection @section('css') @endsection @section('content')

{{ $cate->name . ' (' . $cate->getNews->count() . ' ITEMS) ' }}

@if (!empty($cate->getNews)) @foreach ($cate->getNews as $business) @endforeach @endif
Cover News Info Date Arrangement Edit Delete
{{ $business->title }}

{{ $business->pref }}

{{ $business->date }}
@endsection @section('js') @endsection