@extends('layouts.app') @section('appjs') @endsection @section('content') @section('page_title') Release Notes @endsection

Release Notes List

@foreach($release_notes as $i => $release_note) @endforeach
Title Description File1 File2 File3 Created On Status Action
{{$release_note->title}} {{$release_note->description}} {{$release_note->file1}} {{$release_note->file2}} {{$release_note->file3}} {{$release_note->created_at}} @if($release_note->status == 0) In-active @else Active @endif
{{ $release_notes->links() }}
@endsection