@extends('site_app') @section('head_title', trans('words.profile').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content')
{{ html()->form('POST', url('/profile')) ->attributes(['class' => '', 'id' => 'profile_form','role' => 'form','enctype' => 'multipart/form-data'])->open() }}
@if(Auth::User()->user_image) profile pic @else profile pic @endif
{{trans('words.upload_photos')}}
{{ html()->form()->close() }}
@endsection