@extends('user.layout.master') @section('head-tag') تکمیل پروفایل @endsection @section('content') @php $services = []; @endphp
@include('user.layout.panel-sidebar')
@csrf
@if($user->type == 2)
@endif
profile
@endsection @section('script') @endsection