@extends('../analyst/analyst_layout.app') @section('content')
In Queue {{ $scripts->inqueue }}
In Review {{ $scripts->inreview }}
Sent {{ $scripts->sent }}
@foreach ($scripts as $script)
Profile Picture
To start reviewing script, toggle right
In Queue
In Review

*Note: Status Cannot Be Changed Once in Review

{{ $script->title }}

Uploaded . {{ $scripts->elapsed }}

@endforeach
@endsection