@extends('layouts.admin-layout')
@section('title', 'All Feature List')
@section('content')
Home Feature Section
| Heading |
Image |
Short description |
Edit |
Delete |
@foreach($all_get_features as $feature)
| {{$feature->title}} |
 :asset('upload/placeholder.png')}}) |
Edit |
Delete |
@endforeach
@endsection
@section('script')
@endsection