@extends('main') @section('css') @endsection @section('content')

{{-- {{ $vars['title'] }}--}}

img)) src="{{ url('/') }}/{{$vars['user']->img }}" @else src="{{ url('/') }}/user.png" @endif width="200" height="100" alt="User profile picture">

{{ ucwords($vars['user']->name) }}

@isset($vars['position']) {{ ucwords($vars['position']) }} @endisset

  • Edit Profile

    User signature

    @if($vars['user']->signature_path )
    @endif
    {{-- @include('students/_guardian/_edit_guardian') --}} @include('users/_edit') @include('users/partials/_add') @endsection @section('js') @endsection