@extends('layouts.app') @section('title') Issue Open File @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{--
{{ csrf_field() }} --}}
@if ($errors->any())

Errors

    {!! implode( '', $errors->all('
  • :message
  • '), ) !!}
@endif

Issue Open File Package

All Open Files Packages are mentioned below:


{{-- Packages --}}
@foreach($packages as $package)
{{-- Product --}} Product
{{$package->name}}

My face not my heart

First Name Last Name Points 67
Jill Smith 50 67
Eve Jackson 94 67
Adam Johnson 67 67
@endforeach
{{-- Product --}} Product
Introvert

My face not my heart

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

{{-- Product --}} Product
Beauty

My face not my heart

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

{{-- Product --}} Product
Drama

My face not my heart cvf ggf gfg g

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

{{-- Product --}} Product
Ethnic

My face not my heart

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

{{-- Product --}} Product
Introvert

My face not my heart

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

{{--
Product
Beauty

My face not my heart

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

Product
Drama

My face not my heart cvf ggf gfg g

Description Product tell me how to change playlist height size like 600px in html5 player. player good work now check this link

--}}
{{-- End Packages --}}
{{--
--}}
@stop @section('js') @stop @if ($errors->any()) @endif