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

{{ __('Change Profile') }}

{{ Form::open(['url' => route('updateprofile'), 'id' => '#form']) }}
@if (Auth::user()->type == 0)
@endif
{!! Form::close() !!}
@endsection @section('script') @endsection