@extends('layouts.frontend') @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('error'))
{{ $message }}
@endif
@csrf

You can remove sheets from your existing presentation here, and If you wish to add more sheets in your list, go to ‘My Saved Lists’ and click on ‘Add’ button.

@foreach($getSoftCopyList as $softCopy)
MasterStroke
@endforeach
Cancel & Back to List
@endsection