@extends('layouts.app') @push('styles') @endpush @section('content')
@include("layouts.partials.validate_alert")
{{-- Test --}}

Edit Profil {{ $title }}

{{-- route($url.'.update', $user->id) --}}
@csrf @if (isset($_GET['status']) && $_GET['status'] == "mobile") @endif
@include("pages.profil.form")
@push('scripts') @endpush @endsection