@extends('layout.emapp') @section('content') {{__('Profile')}} @if (Session::has('status')) {{ Session::get('status') }} @endif @if (!empty($status)) {{ $status }} @endif @csrf Change Image. {{__('Edit Profile')}} {{__('Name')}} {{__('Company Name')}} {{__('Founding Year')}} {{__('Phone Number')}} {{__('Email Address')}} {{__('Website')}} {{__('Company Full Address')}} {{__('CHANGE PASSWORD')}} @endsection @section('script') @endsection
Change Image.