@extends('layouts.main') @section('title', 'Setting') @section('content')

Profile Settings

@csrf
user()->profile_img != '') style="background: url('{{ auth()->user()->profile_pic }}')" @endif >
Recommended size of at least 400x400 px.
@error('name') {{ $message }} @enderror
@error('tagline') {{ $message }} @enderror
@endsection @push('scripts') @endpush {{-- --}}