@extends('admin.layouts.app') @section('content') @section('css') @endsection

SPO2 Overview it all here

@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
@if (Session::has('message'))

{{ Session::get('message') }}

@endif
{{ csrf_field() }}
@if ($PickFlowOverviewVIdeo->isEmpty())
@else
@foreach ($PickFlowOverviewVIdeo as $key => $value)
@endforeach @endif
{{-- video div hide- --}}
@endsection @section('js') @endsection