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

{{__('edit').' '. __('profile')}}

@csrf
@endsection @section('script') @endsection