@extends('layouts.main') @section('title') {{ __('Change Profile') }} @endsection @section('content') {{ __('Change Profile') }} {{ Form::open(['url' => route('updateprofile'), 'id' => '#form']) }} @if (Auth::user()->type == 0) {{ __('Name') }} {{ __('Email') }} @endif {{ __('Change') }} {!! Form::close() !!} @endsection @section('script') @endsection