@extends('layouts.app') @section('content')

Software Training

@foreach($videos as $video)
{{$video['section_name']}}
@endforeach
@endsection @push('script') @endpush