芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Home/edit_profile.blade.php
@extends('layouts.app') @section('title', 'Joruri Doctor | Profile') @section('content')
@include('layouts.header_menu')
@csrf @method('put')
{{$profile->customer_name}}
Change Status
Available
Busy
Invisible
Package expires
Full Name
E-mail
Mobile
Job Location
{{$profile->mpo_service_area->name}}
Joined
{{$profile->created_at}}
Last Updated
{{$profile->updated_at}}
Role
{{$profile->customer_type}}
Update Data
@endsection