@extends('front.layouts.app') @push('title', Auth::user()->name . ' ' . Auth::user()->surname) @section('content') @include('front.profile.header')
@csrf
@csrf
@endsection