@extends('layouts.usersLayout.users_design') @section('content')

Settings

{{ csrf_field() }}
@if(Session::has('flash_message_success')) @endif @if(Session::has('flash_message_error')) @endif
@endsection