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

Profile

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