@extends('layouts.admin.base') @section('top-script') @endsection @section('page-title') Help @endsection @section('content')
@foreach ($helps as $help) @endforeach
Title Description Video Date Action

{{ $help->title }}

{{ $help->description }}

{{ $help->video_url }}

{{ $help->created_at }}

@endsection @section('scripts') @endsection