@extends('layouts.admin.layout')
@section('content')
Magazine ( {{ $count }} )
@if(count($bulletins)!=0)
@foreach($bulletins as $key => $magazine)
Year - {{ $magazine->year }}
@endforeach
@else
No records found
@endif
@endsection
@push('scripts')
@endpush