@extends('website.student.layouts.master') @section('title') {{ __('home.settings') }} @endsection @section('sub-title',__('home.settings')) @section('content')

{{__('home.settings')}}

@if(session()->has('success')) @endif @if($errors->any()) @endif
@csrf
@if ($user->image) {{ $user->name() }} @else avatar @endif
@csrf
@endsection