@extends('admin.layouts.app') @section('content')
Home Content
  Create New
HomeContent
@foreach ($homecontent as $homecontents) @endforeach
# Title Image Description About Status Action
# Title Image Description About Status Action
{{ $loop->iteration }} {{ $homecontents->hero_title }} {!! substr($homecontents->hero_description , 0, 80) !!} {{ $homecontents->about_title }} {{ $homecontents->status == 1 ? 'Active' : 'Suspended' }}
@csrf @method('DELETE')
@endsection