@extends('layouts.main') @section('main-container')

Award

@foreach($award as $list) @endforeach
SL.No. Title Heading Sub Heading Description Status Created Action
{{ $i }} {{ $list->title }} {{ $list->heading }} {{ $list->sub_heading }} {{ strip_tags($list->description) }} {{ $list->status = 1 ? "Active" : "InActive" }} {{ $list->created_at }}  
@endsection