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

Poster View

{!! Form::open([ 'url' => action('App\Http\Controllers\HomeController@posterdownload'), 'method' => 'post', 'files' => true, 'id' => 'company_add_form1', 'enctype' => 'multipart/form-data', ]) !!}
desert
@endsection @section('footer') @endsection