@extends('layouts.main') @section('title') {{__('profile')}} @endsection @section('content') {{__('edit').' '. __('profile')}} @csrf {{__('name')}} {{__('email')}} {{ __('image') }} {{__('old_password')}} {{__('new_password')}} {{__('confirm_password')}} @endsection @section('script') @endsection