@extends('layouts.app') @section('title') Edit Profile @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('custom_css') @endsection @section('content') Full Name Language lang == "ar" ? "selected" : "" }} >Arabic lang == "en" ? "selected" : "" }}>English User Name Email Password Edit Cancel {{ csrf_field() }} {{ method_field('PUT') }} @endsection @section('page_vendor_js') @endsection @section('page_level_js') @endsection