@extends('layouts.master') @section('title','Hesap Ayarları') @section('content')
@include('userpages.menuhesap')

@if($user!=null){{ $user->name }} @else Kullanıcı @endif

@if($user!=null){{ $user->brans }} @else - @endif

@csrf @if ($errors->any()) @endif @if (Session::has('fail')) @endif @if (Session::has('success')) @endif
email}}>
@csrf
@include('personelpages.modal') @endsection @section('css') @endsection @section('js') @include('layouts.table') @endsection