@extends('admin.layouts.app') @section('title','Why Us Points') @section('page-title','Why MUVR Labs — Bullet Points') @section('content')
@csrf
Why Us Points
@foreach($points as $i => $point)
@endforeach
@push('scripts') @endpush @endsection