@extends("template.master") @section("section_content")

Upload Foto

{!! Form::open(array('action' => 'FotoController@postFoto','files'=>'true')) !!} {!! csrf_field() !!} {!! Form::label('file', 'FOTO Profil') !!} {!! Form::file('file','', array('class' => 'form-control'))!!}
Maksimal ukuran adalah 2MB {{ $errors->first('file') }}
{!! Form::submit('Simpan', array('class' => 'btn btn-primary'))!!} {!! Form::close() !!}
@endsection