@extends('backend.layouts.user_master') @section('title', 'Profile') @section('content')
User's Profile Edit Profile
Photo :
Name : {{ $user->name }}
Email : {{ $user->email }}
Status : @php $status = $user->status ? 'Active' : 'Inactive' ; @endphp {!! $status !!}
@endsection