@extends('layouts.main') @section('title') {{ __('Change Profile') }} @endsection @section('content')

{{ __('Change Profile') }}

{{ Form::open(['url' => route('change-profile.update'), 'class' => 'create-form-without-reset', 'files' => true]) }}
{{__("Browse File")}}
{!! Form::close() !!}
@endsection