@extends('backend.layouts.fix')
@section('content')
| # |
Oluşturulma Tarihi |
Güncellenme Tarihi |
Duyurular |
Action |
@php $i=1; @endphp
@foreach ($data as $key)
| {{$i++}} |
{{$key->created_at}} |
{{$key->updated_at}} |
{{$key->duyuru_title}} |
|
@endforeach
@endsection